Skip to content

PanosAntoniadis/algorithms-ntua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming exercises of Algorithms and Complexity course in NTUA

The solution of each problem is written in C++. For each problem, apart from its description and the source code of the solution, there are testcases available and a simple script that runs all the tests.

Table of Contents:

  • Lab1: Sorting and Searching algorithms.
  • Lab2: Greedy algorithms and Dynamic Programming.
  • Lab3: Graph traversal and Minimum Spanning Tree algorithms.
  • Lab4: Sortest path algorithms.