biblioAlgo is a student-developed C/C++ library that implements fundamental algorithms and data structures. It serves as an educational resource for understanding and experimenting with core algorithmic concepts.
To compile:
make
To run the tests:
./algorithms
To clean the project:
make clean