News

graph-theory-algorithms/ │ ├── src/ # Source files │ ├── dijkstra.c │ ├── bellman-ford.c │ ├── kruskal.c │ ├── prim.c │ └── Ford-Fulkerson.c │ ├── tests/ # Test cases │ ├── test_dijkstra.c │ └── ...
Mt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel graph and hypergraph partitioner equipped with parallel implementations of techniques used in the best ...