From ed2726e1a8174807f40b26ee717a6795ae050737 Mon Sep 17 00:00:00 2001
From: Saurabh Deepak Shukla
 <47148573+SaurabhShukla2024@users.noreply.github.com>
Date: Fri, 20 Nov 2020 22:25:10 +0530
Subject: [PATCH 1/3] I have fixed the typo in README.md

8-Queen Problem was *-Queue Problem.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b7fcffcb..cf2aa0bf 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@
 |K-Means|https://github.com/xtaci/algorithms/blob/master/include/k-means.h|
 |Knuth–Morris–Pratt algorithm|https://github.com/xtaci/algorithms/blob/master/include/kmp.h|
 |Disjoint-Set|https://github.com/xtaci/algorithms/blob/master/include/disjoint-set.h|
-|8-Queue Problem|https://github.com/xtaci/algorithms/blob/master/include/8queen.h|
+|8-Queen Problem|https://github.com/xtaci/algorithms/blob/master/include/8queen.h|
 |Palindrome|https://github.com/xtaci/algorithms/blob/master/include/palindrome.h|
 |LCA using Binary Lifting|https://github.com/xtaci/algorithms/blob/master/include/LCA.h|
 

From cd540cfef27a25ed0f39acfaa45a2d92e5222450 Mon Sep 17 00:00:00 2001
From: xtaci <daniel820313@gmail.com>
Date: Wed, 12 May 2021 18:10:26 +0800
Subject: [PATCH 2/3] Update README.md

---
 README.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/README.md b/README.md
index cf2aa0bf..907e484d 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,3 @@
     ZhangYou0122: Push-Relabel algorithm, Suffix Tree           
     UsingtcNower: Suffix Array
     afernandez90: AVL trees
-
-#### 支持此项目 ( Donations ) :     
-![donate](donate_alg.png)          
-欢迎使用支付宝扫描上面的二维码,对该项目进行捐赠。捐赠款项将用于持续优化补全及完善。 

From 9449b5d50b940508780f980e6686692ab97e8792 Mon Sep 17 00:00:00 2001
From: xtaci <daniel820313@gmail.com>
Date: Thu, 1 Aug 2024 17:49:54 +0800
Subject: [PATCH 3/3] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 907e484d..91d25f57 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 [![Build Status][1]][2]
 
-[1]: https://travis-ci.org/xtaci/algorithms.svg?branch=master
-[2]: https://travis-ci.org/xtaci/algorithms
+[1]: https://img.shields.io/github/created-at/xtaci/algorithms
+[2]: https://img.shields.io/github/created-at/xtaci/algorithms
 
 #### 目标 ( goal ) :