I usually don't comment on TH-cam videos, but I think you deserve my public praise for this one. It's super well explained and illustrated, really well done! Thanks for the effort on putting this together. Subscribing and watching your other videos :)
Thanks a lot! I'm really glad that you've found it useful, and thanks for taking the time to comment. Knowing that these types of videos are useful to people encourages me to make more.
This channel is EXCELLENT I Greatly appreciate the information and presentation is 10/10 top notch. Please keep it coming. Invaluable as I am learning programming and algorithms.
Comments like yours keep me motivated to make more videos, so thank you for taking the time to write it. I’m so happy to hear that you’re enjoying the content.
Hi, regardless of whether all slots are taken or not, when using closed addressing the inserted element is added to the end of the linked list that represents the bucket. Therefore, this is not an issue for closed addressing. Did you mean open addressing by any chance? With open addressing, if all slots are taken then we can't insert a new element. This is usually avoided by resizing the hash map when it reaches certain size, e.g. 75%. Hope that makes sense. Let me know if it's still not clear.
Keep up the good work my dude these videos are very good!
Thanks a lot!
I usually don't comment on TH-cam videos, but I think you deserve my public praise for this one. It's super well explained and illustrated, really well done! Thanks for the effort on putting this together. Subscribing and watching your other videos :)
Thanks a lot! I'm really glad that you've found it useful, and thanks for taking the time to comment. Knowing that these types of videos are useful to people encourages me to make more.
Excellent job 👏🏻
This channel is EXCELLENT I Greatly appreciate the information and presentation is 10/10 top notch. Please keep it coming. Invaluable as I am learning programming and algorithms.
Comments like yours keep me motivated to make more videos, so thank you for taking the time to write it. I’m so happy to hear that you’re enjoying the content.
Thank you for the vid, I kind of understand Hash maps now
You’re welcome!
Thank you for this informative video kudos keep it up👏🏾
Thanks a lot!
Irrelevant point, but it is nice to see the IMMUNE in your library. I also bought the book a couple of months ago.
:) it's a great book
BEST EXPLAINATION BY FAR .PERIOD!
Thank you!
That's a very good explanation of hashmaps. Thanks for your video
You’re welcome. I’m glad you like it!
Very, very good!
Thanks a lot ❤
Great video!
Thank you!
what happens when using closed addressing and all slots are taken?
Hi, regardless of whether all slots are taken or not, when using closed addressing the inserted element is added to the end of the linked list that represents the bucket. Therefore, this is not an issue for closed addressing. Did you mean open addressing by any chance? With open addressing, if all slots are taken then we can't insert a new element. This is usually avoided by resizing the hash map when it reaches certain size, e.g. 75%.
Hope that makes sense. Let me know if it's still not clear.
Awesome