Hash Table Visualizer
8 October, 2022
10
10
1
Contributors
Stargazers
0
Lines of code
0
Watchers
0
Total Commits
1
Forks
0
Collaborators
Atharane
Languages
Hash Tables Visualized
Looking back, I wonder if there was a better way of learning Data Structures. I'm a visual learner, like most people. So I built a hash table visualizer using my newly acquired JavaScript skills.
Designed to help learners understand data structures. With custom animations for each operation, users can simulate inserting and deleting in a hash table. Please feel free to suggest improvements.
The concept of a hash table is nothing short of miraculous, accessing a value by knowing the key in O(1)
time always amazes me. Hash tables are so magical and easy to implement once you get the hang of them
A big thanks to Ania Kubow, 🎩 Sina Jazayeri from ColorCode.io, Per Harald Borgen from Scrimba and many more for helping me learn JavaScript 😃
PS: This web app is inspired by visualgo
#learning #javascript #development #datastructures
CSS
HTML
JavaScript