Skip to main content

New answers tagged

3 votes

Dijkstra's algorithm for non-uniform undirected hypergraphs: Take II - bidirectional Dijkstra's algorithm with excellent performance

Always document your generic parameters. Since all methods in the class take the same parameters, it might be easier to document them if the methods were instance methods instead of static. You have ...
TorbenPutkonen's user avatar
3 votes

Dijkstra's algorithm for non-uniform undirected hypergraphs

I'll just focus on the code, as math and related subjects are generally better answered by anybody but me. In general the code looks quite good though, so I'll start with that. The good Guard ...
Maarten Bodewes's user avatar

Top 50 recent answers are included