Recently, I've built a word unscrambler app and thought it would be cool to visualize what the algorithm is doing underneath.
So, I've created an app to do just that.
The algorithm uses the Trie data structure to look up possible words from the given letters.
Visit the app from here.
I would love to know your thoughts about it.
Top comments (2)
This is really dope Muhammad. Thanks for sharing with us!
@michaeltharrington Thank you so much for your feedback. It really means a lot to me ðŸ˜.