We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0769d6d commit c79b03dCopy full SHA for c79b03d
README.md
@@ -23,6 +23,8 @@ the same set of problems. Table below shows required time to solve one problem.
23
"A* greedy" converged the fastest, however, as name implies the found path is not necessary
24
globally optimal.
25
26
+[Source code for performance measurements](https://github.com/anvaka/ngraph.path.demo/blob/main/measurePerformance.js)
27
+
28
## Why is it fast?
29
30
There are a few things that contribute to the performance of this library.
0 commit comments