Skip to content

Commit 6669e31

Browse files
author
dieterpl
committed
Added readme text
1 parent 93e176d commit 6669e31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ print(binary_search(arr, 3))
6767
- [Pigeonhole Sort](https://python.allalgorithms.com/sorting/pigeonhole-sort)
6868
- [Selection Sort](https://python.allalgorithms.com/sorting/selection-sort)
6969
- [Stooge Sort](https://python.allalgorithms.com/sorting/stooge-sort)
70+
- ### String
71+
- [Palindrome Check](https://python.allalgorithms.com/string/palindrom-check)
7072

7173
# Related
7274

0 commit comments

Comments
 (0)