Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 683 Bytes

File metadata and controls

13 lines (10 loc) · 683 Bytes

Prova-Finale-API-2021

This project consists of an algorithm that elaborates directed and weighted graphs and ranks them. The algorithm is optimized on both space (memory usage) and time (quickness of computation) fronts. Every command is read from command line.

This is the final project of Algorithm and Data Structures course.

Tools & Languages

  • Programming Language: C
  • Workflow OS: Linux
  • IDE: Sublime Text
  • Debugging: Valgrind, KCachegrind, Massif-Visualizer & Address Sanitizer