Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gre1wy/appliedalgorithms

KPI IPT course, 5 semester
https://github.com/gre1wy/appliedalgorithms

algorithms bellman-ford-algorithm bitvectorset graphs kruskal-algorithm latex

Last synced: 3 months ago
JSON representation

KPI IPT course, 5 semester

Awesome Lists containing this project

README

        

# AppliedAlgorithms
## University Course
### Sensei's tortures:
- [x] Lab1: Implementation of type "set" (using binary vectors)
- [x] Lab2: Implementation of various types of graphs (undirected, directed, weighted)
- [x] Lab3: Dijkstra algorithm and Bellman-Ford algorithm; compare them with each other.
- [x] Lab4: Implementation of the UnionFind data structure using trees and its application to the Kruskal algorithm.
- [x] Lab5:
- [x] Lab6:
### Second portion of tortures: