I’m new to cpp, please help me out with the queries below
- In above code what Trie* is doing in maps and while creating an object? I have heard about pointers but ‘*’ thing comes before the variable name, Any cpp resources regarding this will be helpful.
- which implementation is better, maps or using char array
If there is any video where implementation of trie using cpp is done please share it with me.
Thanks.