diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-09-01 11:22:33 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-09-01 11:22:33 +0530 |
| commit | f8fc421e0b0d988e3c85c3a7e4b33a532f3c2827 (patch) | |
| tree | 7fd46e648e9d0554c2432df64de5b2335d115638 /README.md | |
| parent | c6e829d33744f9896c913c35316199165f847f8e (diff) | |
beautification
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -1,11 +1,13 @@ ## WIP WIP WIP # TODO -- [] Implement Score system -Difficulties: Easy, Medium, Hard\ -Easy = +10, -10\ -Medium = +10, -20\ -Hard = +10, score = 0 +- [] Algorithms to be implemented: + - [x] Bubblesort + - [x] SelectionSort + - [x] InsertionSort + - [] Radix Sort +- [x] Implement Score system +- [] Code Refactoring/Cleaning ## Levels: 1: 5 elems\ @@ -20,9 +22,4 @@ Hard = +10, score = 0 10: 30 elems\ -# Algorithms to be implemented: -- [x] Bubblesort -- [x] SelectionSort -- [x] InsertionSort -- [] Radix Sort |
