- Latest version of GCC
- Makefile build system
- Virtual environment activated
mkvirtualenv --python=`which python3.8` algostructures-c # Create a new virtual environment named algorithms-c
workon algostructures-c # Activate a virtual environment
make help # Print all the possible commands
This project is licensed under the MIT license, for more details have a look at LICENSE