https://github.com/karmatys8/algorithms-and-data-structure
The most interesting codes that I have wrote during studying for Algorithms and Data Structures.
https://github.com/karmatys8/algorithms-and-data-structure
agh agh-university agh-wi algorithms-and-data-structures algortithms data-structures python3 self-written study-notes
Last synced: 7 months ago
JSON representation
The most interesting codes that I have wrote during studying for Algorithms and Data Structures.
- Host: GitHub
- URL: https://github.com/karmatys8/algorithms-and-data-structure
- Owner: karmatys8
- Created: 2023-04-07T17:09:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T21:02:24.000Z (over 1 year ago)
- Last Synced: 2025-01-18T05:42:48.556Z (9 months ago)
- Topics: agh, agh-university, agh-wi, algorithms-and-data-structures, algortithms, data-structures, python3, self-written, study-notes
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms and Data Structures
## Description
The most interesting codes from Algorithms and Data Structures lessons at AGH IT 2nd semester.
All of them are written by me, however some of them are inspired by others ideas/algorithms.
Some of them include descriptions of algorithms but if so they are in Polish. Hopefully someone can benefit from them.
Tasks descriptions were added later and hence may be incomplete/incorrect.## Study timeline
1. Sorts
2. Graphs
3. Dynamic programing
4. Exam## Personal favorites
* [Min and Max in log](sorts/min&max_in_log.py)
* [Atomic transport](graphs/atomic_transport.py)
* [MST Kruskal](graphs/mst_kruskal.py)
* [Oil travel](dynamic_programming/oil_travel.py)
* [Evil knights gold travel](exam/egz1A.py)