Skip to content

Commit 7996090

Browse files
authored
Merge pull request argonautica#67 from bartekprzadka/patch-1
Update README
2 parents 2be2321 + cb41a60 commit 7996090

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ _Sorting algorithms implemented in different languages (for hacktoberfest 😃).
1616
- [Insertion Sort](C++/InsertionSort.cpp)
1717
- [Merge Sort](C++/MergeSort.cpp)
1818
- [Quick Sort](C++/QuickSort.cpp)
19+
20+
- [RadixSort.cpp](C++/RadixSort.cpp)
21+
1922
- [Radix Sort](C++/RadixSort.cpp)
23+
2024
- [Selection Sort](C++/SelctionSort.cpp)
2125
- [Shell Sort](C++/ShellSort.cpp)
2226
- [Cycle Sort](C++/cycleSort.cpp)
@@ -28,6 +32,7 @@ _Sorting algorithms implemented in different languages (for hacktoberfest 😃).
2832
- [Merge Sort](C/MergeSort.c)
2933
- [Quick Sort](C/QuickSort.c)
3034
- [Selection Sort](C/SelectionSort.c)
35+
- [gnomesort.c](C/gnomesort.c)
3136

3237
### C#
3338
- [Bubble Sort](C#/BubbleSort.cs)
@@ -60,13 +65,15 @@ _Sorting algorithms implemented in different languages (for hacktoberfest 😃).
6065
- [Insertion Sort](Javascript/Insertionsort.js)
6166
- [Merge Sort](Javascript/MergeSort.js)
6267
- [Quick Sort](Javascript/Quicksort.js)
68+
- [RadixSort.js](Javascript/RadixSort.js)
6369
- [Bubble Sort](Javascript/bubbleSort.js)
6470
- [Radix Sort](Javascript/RadixSort.js)
6571
- [Selection Sort](Javascript/selectionSort.js)
6672

6773
### Kotlin
68-
- [Bubble Sort](Kotlin/BubbleSort.kt)
69-
- [Selection Sort](Kotlin/selectionSort.kt)
74+
- [BubbleSort.kt](Kotlin/BubbleSort.kt)
75+
- [selectionSort.kt](Kotlin/selectionSort.kt)
76+
7077

7178
### Python
7279
- [Bogo Sort](Python/BogoSort.py)

0 commit comments

Comments
 (0)