Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 363 Bytes

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