Günther Raidl
Results
2
issues of
Günther Raidl
**Description of bug** Describe the bug clearly and concisely. The documentation to Johnson's all-pairs shortest path algorithm is stated as O(|V|*|E|). This cannot be true, in particular if Dijkstra's algorithm...
documentation
When trying to debug a testitem in vscode, breakpoints within the testitem are ignored when the testitem uses a snippet with `setup=`. When no snippet is used, debugging works. Also,...