erikamatesz / algorithm-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empirical Algorithm Complexity

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

About


Languages

Language:C 100.0%