We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac19a7 commit ed2726eCopy full SHA for ed2726e
README.md
@@ -88,7 +88,7 @@
88
|K-Means|https://github.com/xtaci/algorithms/blob/master/include/k-means.h|
89
|Knuth–Morris–Pratt algorithm|https://github.com/xtaci/algorithms/blob/master/include/kmp.h|
90
|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|
+|8-Queen Problem|https://github.com/xtaci/algorithms/blob/master/include/8queen.h|
92
|Palindrome|https://github.com/xtaci/algorithms/blob/master/include/palindrome.h|
93
|LCA using Binary Lifting|https://github.com/xtaci/algorithms/blob/master/include/LCA.h|
94
0 commit comments