dwyl / learn-data-structures

❄️Learn about data structures and algorithms, and the effects they can have on code simplicity/complexity and performance. 🚀
29 stars 1 forks source link

Data Structure Visualizations #7

Open nelsonic opened 5 years ago

nelsonic commented 5 years ago

Often the best way to explain a data structure is visually.

https://www.cs.usfca.edu/~galles/visualization/Algorithms.html comments: https://news.ycombinator.com/item?id=19082943 (links to other good visualisations)

Searching Sorted Lists: https://www.cs.usfca.edu/~galles/visualization/Search.html image

While these visualisations are a good start, I feel we could do a much better job of the UX/UI. 💭 Until we find the time to work on visualisations, it could be good to add a link to the README.md?