From c54553c1366fcd7e52234a37018ce7cf673c312e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 23 Apr 2001 15:13:33 +0000 Subject: [PATCH] fixed links to incremental components [SVN r9906] --- doc/table_of_contents.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/table_of_contents.html b/doc/table_of_contents.html index ae7dd92b..fba9936e 100644 --- a/doc/table_of_contents.html +++ b/doc/table_of_contents.html @@ -118,10 +118,11 @@
  • Core Algorithm Patterns
    1. breadth_first_search +
    2. breadth_first_visit
    3. depth_first_search
    4. depth_first_visit -
    5. uniform_cost_search +
    6. uniform_cost_search (deprecated, use Dijkstra's instead)
  • Graph Algorithms
      @@ -138,8 +139,8 @@
    1. Incremental Dynamic Connected Components
        -
      1. initialize_incremental_components -
      2. incremental_components +
      3. initialize_incremental_components +
      4. incremental_components
      5. same_component
      6. component_index @@ -165,6 +166,7 @@
      7. Auxiliary Concepts, Classes, and Functions
          +
        1. property
        2. ColorValue
        3. incident
        4. opposite