Author: Stan Eisenstat
Subject: Re: [Cs223] Search a word in the trie
Date: Thursday, 23 Apr 2020, 07:25:07
> Message Posted By: Unknown > > Does the search_trie function search for a word (the string of characters > we have so far) from the root every time when it is called, or does it > search for a character whenever we read a new character for the table? Your choice, but it is probably easier to trace out words on the board and walk the trie in parallel. --Stan-PREV INDEX NEXT