DEV Community

Cover image for I created an app to visualize word unscrambling algorithm
Muhammad Sifat Hossain
Muhammad Sifat Hossain

Posted on

I created an app to visualize word unscrambling algorithm

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.

GIF showing the visualization of word unscrambling algorithm

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)

Collapse
 
michaeltharrington profile image
Michael Tharrington

This is really dope Muhammad. Thanks for sharing with us!

Collapse
 
h_sifat profile image
Muhammad Sifat Hossain

@michaeltharrington Thank you so much for your feedback. It really means a lot to me 😭.