DEV Community

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

Posted on

1

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 😭.

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video