Basic implementations of useful data structures and algorithms, mainly for revision and to learn C++.
-
Download the Repository with:
-
git clone https://github.com/mcttn22/dsa.git
- Or by downloading as a ZIP file
-
-
Enter the project directory with:
-
cd dsa
-
-
Compile executable with:
-
make
-
-
Run executable with:
-
./main
-