Skip to content

Commit 2c89e70

Browse files
authored
Merge pull request xtaci#166 from SaurabhShukla2024/master
I have fixed the typo in README.md
2 parents 2ac19a7 + ed2726e commit 2c89e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
|K-Means|https://github.com/xtaci/algorithms/blob/master/include/k-means.h|
8989
|Knuth–Morris–Pratt algorithm|https://github.com/xtaci/algorithms/blob/master/include/kmp.h|
9090
|Disjoint-Set|https://github.com/xtaci/algorithms/blob/master/include/disjoint-set.h|
91-
|8-Queue Problem|https://github.com/xtaci/algorithms/blob/master/include/8queen.h|
91+
|8-Queen Problem|https://github.com/xtaci/algorithms/blob/master/include/8queen.h|
9292
|Palindrome|https://github.com/xtaci/algorithms/blob/master/include/palindrome.h|
9393
|LCA using Binary Lifting|https://github.com/xtaci/algorithms/blob/master/include/LCA.h|
9494

0 commit comments

Comments
 (0)