Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jafagervik/algorithmsanddatastructures
- Owner: Jafagervik
- Created: 2019-11-12T19:41:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T10:50:03.000Z (about 5 years ago)
- Last Synced: 2024-10-30T01:54:32.135Z (2 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlgorithmsAndDataStructures
Algorithms and data structures implemented in several languagesIn 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