Algorithms and data structures implemented in several languages
In thins project you can find most of the algorithms taught in course TDT4120 - Algorithms and data structures at NTNU.
What will be taught:
- How to create a test for:
- Sorting algorithms
- Search algorithms
- Graph algorithms
- Flow network algorithms
- How to make your own algorithm
- How to calculate runtime for the different algorithms
- Asymptotic notation
- Graph theory