M asking in case of DELETE from trie fxn
On Wed, Apr 10, 2013 at 9:15 PM, rahul sharma <[email protected]>wrote: > http://www.geeksforgeeks.org/trie-insert-and-search/ > > Can any body tell me what is need of checking pcrawl!=0 int the > return..cant we check only its value>0 to check whether its a leaf node > > return (0 != pCrawl && pCrawl->value); > > > > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
