aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/README.md b/README.md
index 37d0257..65d2e35 100644
--- a/README.md
+++ b/README.md
@@ -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