prime example of geekdom .weapons : Keyboard | Mouse | BinaryTree | PolyFun | ADT | BFG
A Dead Turtle?Originally posted by Ragerunner
What the heck is ADT?
Killing someone with a BinaryTree? OMG. LAME
Like how do I feed it a string for it to search the database?findMatches:: AddressBook -> String -> [Address]
findMatches adrDB str =
searchDB adrDB preFixAddr
where prefix [] s = True
prefix (x:xs) (y:ys) = (x == y) && (prefix xs ys)
preFixAddr (Address fn ln _) =
(prefix str fn) || (prefix str ln)
judging on quality based on leniency? my tutor lets you finish everything at home and e-mail it to himOriginally posted by Ragerunner
Who's your tutor?
My one is pretty good. David Greenaway....like he gives us 2 hours to complete the lab instead of the normal time
Last week it took me 1 hour and 59 minutes to get the first exercise done -__-
"Abstract Data Type".Originally posted by Ragerunner
What the heck is ADT?
Killing someone with a BinaryTree? OMG. LAME
I wasn't far off thenOriginally posted by Lazarus
"Abstract Data Type".
I laughed at the weapons arsenal. *brandishes his BinaryTree with gusto*
David Greenaway is my good friend. He is really nice to his students ....Originally posted by Ragerunner
Who's your tutor?
My one is pretty good. David Greenaway....like he gives us 2 hours to complete the lab instead of the normal time
Last week it took me 1 hour and 59 minutes to get the first exercise done -__-
See you there. I'll see about helping you with Haskell (tries to vainly rememeber some)Originally posted by Ragerunner
Yes you can! I got him tomorrow lab at 12:00pm at PIPE. You can come solve my haskell lab exercise for me muahah