New answers tagged library
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 ...
4
votes
Accepted
Dijkstra's algorithm for non-uniform undirected hypergraphs
It doesn't seem like a hyperedge cares about the order in which its nodes are connected or vice versa, and it doesn't seem like the same node should be able to appear multiple times on the same ...
Top 50 recent answers are included
Related Tags
library × 361c++ × 88
c × 63
javascript × 45
java × 40
c# × 31
python × 29
object-oriented × 24
c++11 × 22
performance × 21
php × 20
algorithm × 17
strings × 15
design-patterns × 15
unit-testing × 14
beginner × 13
api × 13
reinventing-the-wheel × 10
multithreading × 9
linked-list × 9
rust × 9
logging × 9
parsing × 8
vba × 8
error-handling × 8