mirror of
https://github.com/boostorg/graph.git
synced 2026-02-11 11:52:12 +00:00
added some categories
[SVN r10037]
This commit is contained in:
@@ -127,14 +127,20 @@
|
||||
</OL>
|
||||
<LI>Graph Algorithms
|
||||
<OL>
|
||||
<LI><A href="./dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths</tt></A>
|
||||
<LI><A href="./bellman_ford_shortest.html"><tt>bellman_ford_shortest_paths</tt></A>
|
||||
<LI><A
|
||||
href="./johnson_all_pairs_shortest.html"><tt>johnson_all_pairs_shortest_paths</tt></A>
|
||||
<LI><A
|
||||
href="./kruskal_min_spanning_tree.html"><tt>kruskal_minimum_spanning_tree</tt></A>
|
||||
<LI><A
|
||||
href="./prim_minimum_spanning_tree.html"><tt>prim_minimum_spanning_tree</tt></A>
|
||||
<LI>Shortest Paths Algorithms
|
||||
<OL>
|
||||
<LI><A href="./dijkstra_shortest_paths.html"><tt>dijkstra_shortest_paths</tt></A>
|
||||
<LI><A href="./bellman_ford_shortest.html"><tt>bellman_ford_shortest_paths</tt></A>
|
||||
<LI><A
|
||||
href="./johnson_all_pairs_shortest.html"><tt>johnson_all_pairs_shortest_paths</tt></A>
|
||||
</OL>
|
||||
<LI>Minimum Spanning Tree Algorithms
|
||||
<OL>
|
||||
<LI><A
|
||||
href="./kruskal_min_spanning_tree.html"><tt>kruskal_minimum_spanning_tree</tt></A>
|
||||
<LI><A
|
||||
href="./prim_minimum_spanning_tree.html"><tt>prim_minimum_spanning_tree</tt></A>
|
||||
</OL>
|
||||
<LI><A href="./connected_components.html"><tt>connected_components</tt></A>
|
||||
<LI><A href="./strong_components.html"><tt>strong_components</tt></A>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user