diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,4 +11,5 @@ CONTENTS - Hexadecimal to integer converter solution, in ROOT/HTOI/HTOI.c - Vowels and consonants counter of a string, in ROOT/VACC/VowelsAndConsonantCounter.c - Binary(28-bit) to decimal converter, in ROOT/BTD/28bitToDecimal.c -- Palindrome words checker exercise, in ROOT/Palindrome/Palindrome.c
\ No newline at end of file +- Palindrome words checker exercise, in ROOT/Palindrome/Palindrome.c +- Sorting numbers with (selection sort), in ROOT/SelectionSort/SelectionSort.c |
