Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keivan-sf/algorithms-toolbox


https://github.com/keivan-sf/algorithms-toolbox

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Compile and run via `./run.sh` or use the command below
```bash
g++ main.cpp infix_parser.cpp binary_search.cpp cli.cpp insertion_sort.cpp heap.cpp bfs.cpp -o main
```

Note: if **you are using windows** please run using `gitbash` or any other terminal that supports ANSI characters (You can enable ANSI characters for cmd as well) Because the program takes advantage of ANSI characters in order to clear the screen or colorize texts.