diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-09-01 11:31:52 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-09-01 11:31:52 +0530 |
| commit | 864708a6deec0443097111c6d0ffab47941fdac0 (patch) | |
| tree | 3ee20a9d36da1a49a636176fe1e221f2b8163958 /README.md | |
| parent | f8fc421e0b0d988e3c85c3a7e4b33a532f3c2827 (diff) | |
add radix sort
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ ## WIP WIP WIP # TODO -- [] Algorithms to be implemented: +- [ ] Algorithms to be implemented: - [x] Bubblesort - [x] SelectionSort - [x] InsertionSort - - [] Radix Sort + - [x] Radix Sort - [x] Implement Score system -- [] Code Refactoring/Cleaning +- [ ] Code Refactoring/Cleaning ## Levels: 1: 5 elems\ |
