Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

GPLv3 License

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.

Run Locally

Clone the project

  git clone https://github.com/jmtecera/AED.git

Navigate to the Project Directory

  cd AED

For GTP-type files directories

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.

For TPL-type files directories

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.

Tests

Each TPL-type directory includes test cases in a specific JSON file, which are evaluated automatically whenever the target file is run.

Roadmap

  • Add missing TPL files and exercises.
  • Fix any Makefiles that do not work correctly when building multiple exercises.

Feedback

If you have any feedback or suggestions, feel free to reach out to me through the email on my GitHub profile.

License

For more information, please refer to the LICENSE file.

About

Data Structures and Algorithms academic record at FICH - UNL

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages