X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment4.mdwn;h=74238062bb73a517a0e6f350d9fbaa0089dfc383;hp=7ec49f77e604a02ea82901487db000cc9bcf8e4b;hb=0ee4fffb00fe8d2ea489416173909e6ef06fbefb;hpb=a4c3bd5c0bcebbd8f550ec6f6033f16f98cd2a8e diff --git a/assignment4.mdwn b/assignment4.mdwn index 7ec49f77..74238062 100644 --- a/assignment4.mdwn +++ b/assignment4.mdwn @@ -1,12 +1,14 @@ - #Reversing a list# -How would you define an operation to reverse a list? (Don't peek at the +1. How would you define an operation to reverse a list? (Don't peek at the [[lambda_library]]! Try to figure it out on your own.) Choose whichever implementation of list you like. Even then, there are various strategies you can use. +(See [[hints/Assignment 4 hint 1]] if you need some hints.) + +#Comparing lists for equality# +#Mutually-recursive functions# + + + +#Enumerating the fringe of a leaf-labeled tree# + [[Implementing trees]] + + +