cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Ternary Search Trie- Finding all the Str
Ternary Search Trie- Finding all the Strings
Apr 27, 2019 at 1:21am UTC
michee65
(4)
Hello, I'm trying to implement a TST where each node contains a character and I mark certain nodes as the end of a word. If I want to find all the words in the TST, how would I approach it? Should I use recursion? Thank you!
Apr 27, 2019 at 3:27am UTC
salem c
(3700)
Sounds good to me.
Topic archived. No new replies allowed.