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 66e624a44d make some variables static 2023-09-01 11:47:52 +05:30
assets add winner.txt 2023-08-31 18:44:41 +05:30
src make some variables static 2023-09-01 11:47:52 +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 README.md 2023-09-01 11:33:56 +05:30

README.md

WIP WIP WIP

TODO

  • Algorithms to be implemented:
    • Bubblesort
    • SelectionSort
    • InsertionSort
    • Radix Sort
  • Implement Score system
  • Code Refactoring/Cleaning

Levels:

1: 5 elems
2: 8 elems
3: 11 elems
4: 14 elems
5: 17 elems
6: 20 elems
7: 23 elems
8: 26 elems
9: 29 elems
10: 32 elems