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 864708a6de add radix sort 2023-09-01 11:31:52 +05:30
assets add winner.txt 2023-08-31 18:44:41 +05:30
src add radix sort 2023-09-01 11:31: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 add radix sort 2023-09-01 11:31:52 +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: 10 elems
4: 13 elems
5: 16 elems
6: 19 elems
7: 22 elems
8: 25 elems
9: 28 elems
10: 30 elems\