Skip to content

Algorithms and Data Structures proposed exercises' resolution. Take into account that this is a learning-based repository.

Notifications You must be signed in to change notification settings

ctrlMarcio/FEUP-AEDA

Repository files navigation

FEUP-AEDA

Algoritmos e Estruturas de Dados (Algorithms and Data Structures) proposed exercises' resolution.

Structure:

Inside each directory lies a exercise, like a repo of its own.

Libraries:

Google unit testing framework was used for unit testing.

Check here for more info on unit testing.

Documentation:

Doxygen was used for documentation purposes. In order to create HTML and LaTeX documentation one should have it installed. To do so, one should follow the steps described right here.

But, if you are using a debian based linux distro (check them here), you can simply use:

sudo apt-get install doxygen

After the installation, inside one exercise directory, head to the /docs sub (creating it if one does not exist already), create the Doxyfile through:

doxygen -g Doxyfile

Edit the file, taking inspiration from here (at least using its INPUT and RECURSIVE entries).

And then run doxygen Doxyfile to generate the documentation.

About

Algorithms and Data Structures proposed exercises' resolution. Take into account that this is a learning-based repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published