add link from trees->sets
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 23:23:50 +0000 (19:23 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 23:23:50 +0000 (19:23 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
hints/assignment_4_hint_2.mdwn
implementing_trees.mdwn

index 6bcd770..78cb1bd 100644 (file)
@@ -1,3 +1,4 @@
+Hints for list\_equal.
 
 <!--
 let list_equal =
index 31dc3fd..f83823a 100644 (file)
@@ -128,9 +128,9 @@ where the previous tree should be placed.
 
 However, when using trees as a computational tool, one usually does have
 latitude about how to structure a larger tree---in the same way that we had the
-freedom to implement our sets with lists whose members were just appended in
-the order we built the set up, or instead with lists whose members were ordered
-numerically.
+freedom to implement our [sets](/week4/#index9h1) with lists whose members were
+just appended in the order we built the set up, or instead with lists whose
+members were ordered numerically.
 
 When building a new tree, one strategy for where to put the new element and
 where to put the existing tree would be to always lean towards a certain side.