Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keivan-sf/algorithms-toolbox
https://github.com/keivan-sf/algorithms-toolbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/keivan-sf/algorithms-toolbox
- Owner: Keivan-sf
- Created: 2023-12-29T13:44:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T14:08:59.000Z (12 months ago)
- Last Synced: 2024-10-14T08:35:41.836Z (3 months ago)
- Language: C++
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.