Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jafagervik/algorithmsanddatastructures

Algorithms and data structures implemented in several languages
https://github.com/jafagervik/algorithmsanddatastructures

Last synced: 26 days ago
JSON representation

Algorithms and data structures implemented in several languages

Awesome Lists containing this project

README

        

# AlgorithmsAndDataStructures
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:
1. How to create a test for:
* Sorting algorithms
* Search algorithms
* Graph algorithms
* Flow network algorithms
2. How to make your own algorithm
3. How to calculate runtime for the different algorithms
4. Asymptotic notation
5. Graph theory