2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-02 21:02:15 +00:00

fixed links to incremental components

[SVN r9906]
This commit is contained in:
Jeremy Siek
2001-04-23 15:13:33 +00:00
parent b1039f3430
commit c54553c136

View File

@@ -118,10 +118,11 @@
<LI>Core Algorithm Patterns
<OL>
<LI><A href="./breadth_first_search.html"><tt>breadth_first_search</tt></A>
<LI><A href="./breadth_first_visit.html"><tt>breadth_first_visit</tt></A>
<LI><A
href="./depth_first_search.html"><tt>depth_first_search</tt></A>
<LI><A href="./depth_first_visit.html"><tt>depth_first_visit</tt></A>
<LI><A href="./uniform_cost_search.html"><tt>uniform_cost_search</tt></A>
<LI><tt>uniform_cost_search</tt> (deprecated, use Dijkstra's instead)
</OL>
<LI>Graph Algorithms
<OL>
@@ -138,8 +139,8 @@
<LI><a href="./incremental_components.html">Incremental Dynamic Connected Components</a>
<OL>
<LI><A href="./incremental_components.html#sec:initialize-dynamic-components"><tt>initialize_incremental_components</tt></A>
<LI><A href="./incremental_components.html#sec:dynamic-connected-components"><tt>incremental_components</tt></A>
<LI><A href="./incremental_components.html#sec:initialize-incremental-components"><tt>initialize_incremental_components</tt></A>
<LI><A href="./incremental_components.html#sec:incremental-components"><tt>incremental_components</tt></A>
<LI><A
href="./incremental_components.html#sec:same-component"><tt>same_component</tt></A>
<LI><A href="./incremental_components.html#sec:component-index"><tt>component_index</tt></A>
@@ -165,6 +166,7 @@
<LI>Auxiliary Concepts, Classes, and Functions
<OL>
<LI><a href="./property.html"><tt>property</tt></a>
<LI><a href="./ColorValue.html">ColorValue</a>
<LI><a href="./incident.html"><tt>incident</tt></a>
<LI><a href="./opposite.html"><tt>opposite</tt></a>