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
♥
Reply
Reply
Leave a comment