Please enable JavaScript.
Coggle requires JavaScript to display documents.
Graph theory problems (Graph traversal (Connectivity, Maximum flow,…
Graph theory problems
Graph traversal
Connectivity
Maximum flow
Hamiltonian cycle
Maximum vertex independent set
Coloring problem
Minimum vertex cover
Minimum spanning tree
Minimum-weight matching
Travelling salesman problem
Steiner tree problem
Shortest path
Minimum-weight matching
Chinese postman problem for undirected graphs
Minimum-cost flow
Chinese postman problem for directed graphs
Maximum matching
Minimum edge cover
Assignment problem
Transport problem