diff --git a/docs/UniformCostVisitor.html b/docs/UniformCostVisitor.html
index f59932f5..4cd18d46 100644
--- a/docs/UniformCostVisitor.html
+++ b/docs/UniformCostVisitor.html
@@ -167,6 +167,11 @@ search tree and all of the adjacent vertices have been discovered
+
Models
+
+
diff --git a/docs/challenge.html b/docs/challenge.html
index b91ecd15..1494a4b2 100644
--- a/docs/challenge.html
+++ b/docs/challenge.html
@@ -44,6 +44,10 @@ review. The pending items are:
disjoint_sets
+Port the graph library to Borland C++
+
+Port the graph library to Metrowerks C++
+
Construct a set of planar graph algorithms.
- Is the graph planar?
@@ -73,6 +77,9 @@ polygons.
- Explore the use of Algorithm Objects as an alternative to
the current approach with visitors.
+
- Analyze the algorithms that do not yet have visitors, and
+ come up with visitor interfaces for them.
+
diff --git a/docs/distance_recorder.html b/docs/distance_recorder.html
index 7c2ddcf3..39344193 100644
--- a/docs/distance_recorder.html
+++ b/docs/distance_recorder.html
@@ -32,7 +32,7 @@ source vertex during a graph search. When applied to edge e =
(u,v), the distance of v is recorded to be one more than
the distance of u. The distance recorder is typically used with
the on_tree_edge or on_relax_edge events, and
-connot be used with vertex events.
+cannot be used with vertex events.
distance_recorder can be used with graph algorithms by
@@ -147,7 +147,7 @@ template <class DistancePA, class Tag>
distance_recorder<DistancePA, Tag>
record_distances(DistancePA pa, Tag);
-A convenient wat to create a distance_recorder.
+A convenient way to create a distance_recorder.
|
@@ -178,3 +178,9 @@ HREF="mailto:lums@lsc.nd.edu">lums@lsc.nd.edu)