aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHyder <hyder@hyderhadi.xyz>2025-08-18 19:08:30 +0300
committerHyder <hyder@hyderhadi.xyz>2025-08-18 19:08:30 +0300
commitfb0c97cb976b4d2f14fc5dea9ffbb35fa3149b81 (patch)
tree774514c8b5c44276e1e869bfecaeff323bb30e25 /README
parent06810e8041b75d888615b73592215fe92088f0a7 (diff)
I have sorted numbers using selection sort :D
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 1a85d40..2f414fa 100644
--- a/README
+++ b/README
@@ -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