Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jvs23/ida-dijkstra-reitinhaku

Python application for generating graphs in two-dimensional XY-plane, and using the IDA* and the Dijkstra algorithm to find all and any shortest paths. Docs only in Finnish.
https://github.com/jvs23/ida-dijkstra-reitinhaku

dijkstra-algorithm ida-star-algorithm pathfinding python

Last synced: 16 days ago
JSON representation

Python application for generating graphs in two-dimensional XY-plane, and using the IDA* and the Dijkstra algorithm to find all and any shortest paths. Docs only in Finnish.

Awesome Lists containing this project

README

        

# IDA* + Dijkstra Reitinhaku

IDA*:n ja Dijkstran algoritmien avulla reitinhakua halutunkokoisessa, pseudosatunnaisesti generoidussa verkossa.

Tietorakenteiden ja algoritmien harjoitustyö, loppukesä 2022, Helsingin Yliopisto

[Toteutusdokumentti](documentation/implementation.md)

[Testausdokumentti](documentation/testing.md)

[Käyttöohje](documentation/manual.md)

Esimerkki generoidusta ja läpikäydystä verkosta:

![Example](https://github.com/JVS23/Algorithm-comparision-TiRa/blob/259b9d21174d33b951af636b2be8f9312ac12f8c/documentation/example.PNG)