Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gre1wy/appliedalgorithms
- Owner: gre1wy
- Created: 2024-09-08T15:24:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:13:44.000Z (3 months ago)
- Last Synced: 2024-10-28T01:22:48.312Z (3 months ago)
- Topics: algorithms, bellman-ford-algorithm, bitvectorset, graphs, kruskal-algorithm, latex
- Language: Jupyter Notebook
- Homepage:
- Size: 4.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: