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 598630c commit 526c898Copy full SHA for 526c898
DIRECTORY.md
@@ -382,7 +382,3 @@
382
* [Shell Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/shell_sort.c)
383
* [Shell Sort2](https://github.com/TheAlgorithms/C/blob/master/sorting/shell_sort2.c)
384
* [Stooge Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/stooge_sort.c)
385
-
386
-## Strings
387
- * [Strlen](https://github.com/TheAlgorithms/C/blob/master/strings/strlen.c)
388
- * [Strlen Recursion](https://github.com/TheAlgorithms/C/blob/master/strings/strlen_recursion.c)
strings/strlen.c
strings/strlen_recursion.c
0 commit comments