This repository holds all the projects and homework from my data structures and algorithms class.
- There will be a subproject for each one of the class activities/projects.
- Each one of the subprojects will have its own branch and will be merged into main upon completion.
- Copy 00_project_template to the root directory.
- Rename the copy to XX_"project_name".
- Configure CMakelists.txt with project name and description.
Prerequisites:
- Ninja
- CMake
- GNU toolchain.
- Navigate to xx_project_name/Bld
- Run "cmake..\ -G"Ninja" " on the CLI.
- Run the command "ninja" on the CLI.
- Executable file should be available on Bld.
- Configure GDB within VsCode.