Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 324 Bytes

File metadata and controls

15 lines (8 loc) · 324 Bytes

Overview

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