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

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.

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)