From a3148837c20710807b495384da29cce91ae09ec0 Mon Sep 17 00:00:00 2001 From: Derek McBlane Date: Tue, 27 Dec 2022 22:13:46 -0500 Subject: [PATCH] fixed hyperlink for disjoint sets --- doc/challenge.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/challenge.html b/doc/challenge.html index ba43bf65..99659502 100644 --- a/doc/challenge.html +++ b/doc/challenge.html @@ -37,7 +37,7 @@ review. The pending items are: mutable_queue.hpp, fibonacci_heap.hpp. Somehow merge implementation with Dietmer's heaps and queues. -
  • disjoint_sets (see )
  • +
  • disjoint_sets (see Disjoint Sets)
  • Construct a set of planar graph algorithms.