diff --git a/algorithms/C/README.md b/algorithms/C/README.md index a1188256..9db4e7fc 100644 --- a/algorithms/C/README.md +++ b/algorithms/C/README.md @@ -55,6 +55,7 @@ - [Quick Sort](sorting/quick-sort.c) - [Shell Sort](sorting/shell-sort.c) - [Radix Sort](sorting/radix-sort.c) +- [Counting Sort](sorting/counting-sort.c) ## Strings