Repozytorium przechowujące kod napisane na rzecz mojej pracy magisterskiej.
Go to file
2022-01-17 19:44:19 +01:00
algorithms Made some changes to bidirectional. Among them added handling of directed graphs. Added some descriptive comments to dijkstra. 2022-01-15 18:07:49 +01:00
dataset Added presentation of implementaions. 2021-11-15 15:01:34 +01:00
Documentation Added pdf with presentation about the algorithms in polish. 2022-01-17 19:44:19 +01:00
tools Added handing of directed graphs to a_star and dijkstra as well as to reading graphs from file. 2022-01-15 14:29:52 +01:00
main.py Added presentation of implementaions. 2021-11-15 15:01:34 +01:00
README.md Created two python packages. One for algorithms implementations of the master thesis and the other for methods, classes and structures meant to help with the use of those algorithms. 2021-10-08 18:16:04 +02:00