Skip to content

Laboratories for the course "Algorithms and Complexity" at ECE-NTUA, in 2022.

License

Notifications You must be signed in to change notification settings

NikosVlachakis/Algorithms-and-Complexity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms-and-Complexity

Laboratories for the course "Algorithms and Complexity" at ECE-NTUA, in 2022

Goal

This course deals with Asymptotic estimation of computational complexity, criteria for algorithm selection, polynomial-time algorithms. Priority queues, binary heap, disjoint sets, union-find. Data processing (sorting, selection, search). Algorithm design techniques: divide-and-conquer, greedy, dynamic programming. Applications to graph problems: breadth first search, depth first search, minimum spanning tree, shortest paths, max flow and min cut. Computability and computational complexity. Complexity classes and reductions. The classes of P and NP, NP-completeness. Space complexity and classes.

MIT LICENCE

About

Laboratories for the course "Algorithms and Complexity" at ECE-NTUA, in 2022.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages