The AED repository is a collection of programming exercises and solutions, serving as a practical record of concepts learned in data structures and algorithms. This repository is designed to support individual academic projects at FICH - UNL and incorporates evaluating code from CIMEC - UNL.
Clone the project
git clone https://github.com/jmtecera/AED.gitNavigate to the Project Directory
cd AED| Action | Command | Description |
|---|---|---|
| Build [required] | make build |
Compiles all exercises. |
| Run [required] | make run-[ex] |
Runs specific exercise. |
| Clean [optional] | make clean |
Deletes all build files in the directory. |
| Action | Command | Description |
|---|---|---|
| Build [required] | make build |
Compiles and automatically runs the exercise. |
| Run [optional] | make run |
Runs the current exercise. |
| Clean [optional] | make clean |
Deletes all build files in the directory. |
Each TPL-type directory includes test cases in a specific JSON file, which are evaluated automatically whenever the target file is run.
- Add missing TPL files and exercises.
- Fix any Makefiles that do not work correctly when building multiple exercises.
If you have any feedback or suggestions, feel free to reach out to me through the email on my GitHub profile.
For more information, please refer to the LICENSE file.