CLI game for guessing sorting algorithms
This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
krolyxon c6e829d337 use typedef for Difficulty 2023-08-31 18:47:38 +05:30
assets add winner.txt 2023-08-31 18:44:41 +05:30
src use typedef for Difficulty 2023-08-31 18:47:38 +05:30
.gitignore minor refactoring 2023-08-31 08:50:20 +05:30
LICENSE add LICENSE 2023-08-31 08:51:09 +05:30
Makefile minor refactoring 2023-08-31 08:50:20 +05:30
README.md Update README.md 2023-08-31 09:00:48 +05:30

README.md

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:

  • Bubblesort
  • SelectionSort
  • InsertionSort
  • [] Radix Sort