Hashing - Separate Chaining

preview_player
Показать описание
Video 51 of a series explaining the basic concepts of Data Structures and Algorithms.

This video explains the Collision Handling using the method of Separate Chaining.

This video is meant for educational purposes only.
Рекомендации по теме
Комментарии
Автор

Hey !!
While inserting, you won't be Adding it to A[key] but rather at A[hash(key)] and same for Searching also. :)

sitcom_mania
Автор

Thank you Ma'am, You Are a Great Teacher 😍📚

KishanRaj
Автор

I think it would be better to write A[h(key)] instead of A[key] in sample code because array index is not the key itself here but the hash value of it (as you also stated in the video).

g_bulan
Автор

This Voice is just to cute. Well explaind!

arantirflamango
Автор

@lalitha you Really saved my day.. I could've given you 1B likes

Natty_
Автор

mam why don't you upload new videos .your videos are far more better then university professors!

VersatileAnthem
Автор

Hey, the audio for this video is not equal on both earphones its more toward the right...please make it better. The concepts are very simply explained I like that.

rudrachobe
Автор

Do we need the element parameter when searching? I thought we search only by key.

MusabYK
Автор

do you think your search(key, element) is correct? it may be correct for checking if it that key value is present in hashmap . but what if we want to get a value from a key which has lots of value in hashtable because of collision.here how will it know that which value is my key value?

girjashankar