Assignment 3 Part 2 (submitted by Omair on Feb 9, 19:13)

Beautiful Code
Ka-Ping Yee

AUTHORS:   Adam   Calvin   Chris   David   Derek   Hunter   Jacob   Jason   Jun   Karl   Kevin   Michael   Morgan   Nadia   Nerissa   Omair   Peter   Peterson   Ping   Richard   Rosie   Scott   Thanh   Varun

Download this file.

COMMENTS

Please log in if you would like to add comments.

   

  1 I had to assume that the search() function took a word and
  2 looked it up in the dictionary, returning true or false
  3 based on whether or not it was found in the dictionary. I
  4 also assumed it handled capitalization as described in part
  5 4. 
  6 
  7 I also assumed the isWord() function only returned true if
  8 the word consisted of only letters.