assignment4 tweaks, hints
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 23:41:51 +0000 (19:41 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 23:41:51 +0000 (19:41 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment4.mdwn
hints/assignment_4_hint_3.mdwn [new file with mode: 0644]
hints/assignment_4_hint_4.mdwn [new file with mode: 0644]

index cfe621c..9f56675 100644 (file)
@@ -28,6 +28,8 @@ First, read this: [[Implementing trees]]
 
 <OL start=3>
 <LI>blah
+
+(See [[hints/Assignment 4 hint 3]] if you need some hints.)
 </OL>
 
 
@@ -80,5 +82,8 @@ If we gave you such a `Y1` and `Y2`, how would you implement the above definitio
 
                                        
 <LI>(More challenging.) Using our derivation of Y from the [[Week2]] notes as a model, construct a pair `Y1` and `Y2` that behave in the way described.
+
+(See [[hints/Assignment 4 hint 4]] if you need some hints.)
+
 </OL>
 
diff --git a/hints/assignment_4_hint_3.mdwn b/hints/assignment_4_hint_3.mdwn
new file mode 100644 (file)
index 0000000..48063d3
--- /dev/null
@@ -0,0 +1,2 @@
+Hints for enumerating a tree's fringe.
+
diff --git a/hints/assignment_4_hint_4.mdwn b/hints/assignment_4_hint_4.mdwn
new file mode 100644 (file)
index 0000000..a30b486
--- /dev/null
@@ -0,0 +1,2 @@
+Hints for Y1,Y2. 
+