Skip to content

Commit 526c898

Browse files
authored
Revert "Added strlen function (#606)" (#607)
This reverts commit 598630c.
1 parent 598630c commit 526c898

File tree

3 files changed

+0
-88
lines changed

3 files changed

+0
-88
lines changed

DIRECTORY.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,3 @@
382382
* [Shell Sort](https://github.com/TheAlgorithms/C/blob/master/sorting/shell_sort.c)
383383
* [Shell Sort2](https://github.com/TheAlgorithms/C/blob/master/sorting/shell_sort2.c)
384384
* [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

Lines changed: 0 additions & 46 deletions
This file was deleted.

strings/strlen_recursion.c

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)