JustWaveThings / dj_HashMap

Practice storing and retrieving data from a data structure called hash table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thoughts

This project has been only recently added to TOP. The fact makes it understandable why some things stated in the assignment are not as clear as one may expect. In the first place, I implemented the wrong hash map data structure which quickly resulted into me questioning my understanding of it. However, I ended up discussing the unclear moments with a person on the discord server and I realized where I had made mistakes. I began picking up on what I was supposed to do from that momemnt. Eventually, my understanding of this data structure is pretty solid to an extent I may try to help someone else with it. And I also consider creating a pull request on github to suggest some improvements for this lesson.

About

Practice storing and retrieving data from a data structure called hash table


Languages

Language:JavaScript 100.0%