diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-08-31 08:50:20 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-08-31 08:50:20 +0530 |
| commit | 0980f89949932c3fdae77a2b6b43b32394441d6b (patch) | |
| tree | 8dd0a4d270c6452ca32152ea16d53781cd6aaa60 /README.md | |
| parent | f94f903987b167b0bc641aeabe20c708a0cc0a6f (diff) | |
minor refactoring
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..96ce33c --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +## WIP WIP WIP + +# TODO +- [] Implement Score system +Difficulties: Easy, Medium, Hard +Easy = +10, -10; +Medium = +10, -20; +Hard = +10, score = 0; + +## Levels: +1: 5 elems +2: 8 elems +3: 10 elems +4: 13 elems +5: 16 elems +6: 19 elems +7: 22 elems +8: 25 elems +9: 28 elems +10: 30 elems + + +# Algorithms to be implemented: +- [x] Bubblesort +- [x] SelectionSort +- [x] InsertionSort +- [] Radix Sort + |
