updated README

This commit is contained in:
Johannes Erwerle 2022-09-15 14:19:38 +02:00
parent 0821515ab9
commit 6f6df97af8

View file

@ -52,6 +52,7 @@ Import and Export from/to a file can be done with the `from_fmi_file` and `write
The dijkstras algorithm is implenented in `gridgraph.rs`.
It uses a Heap to store the nodes.
On details on how to run benchmarks see the benchmarks session at the end.
## Task 6