Challenge 1: Basic Trie - Insert Method #36
Zen-cronic
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My solution for EXERCISE 1 − IMPLEMENTING A TRIE (Chapter 7 in the pdf). After reviewing the author's solution, I've learned to use the insert function itself recursively. Here's my original function where a recursive function inside "insert" method is used:
Beta Was this translation helpful? Give feedback.
All reactions