Site Suspended Thought Log

Nov 23, 2006 14:49

/**
 * Returns an array of Strings, containing all the words in the trie in sorted
 * order.
 * @return: the sorted array of Strings containing all the words.
 */
public String[] getAllWords() {
  String[] words = {"you", "suck"};
  return words;
}//end getAllWords

Leave a comment

Comments 2

melishrelish November 23 2006, 20:31:09 UTC
BAAHAHHAHAHA

Reply

mikestarrunner November 23 2006, 21:34:03 UTC

Reply


Leave a comment

Up