Assignment for the Analysis and Design of Algorithms course in the master's program at PPGI-UNIRIO.
You can run this project using either Xcode or gcc.
To run it using Xcode, open the algorithm-analysis.xcodeproj
file.
To run it using gcc, use the command:
gcc main.c -o algorithm-analysis && ./algorithm-analysis