Hash table from scratch (aka python dict, c++ unordered_map)

preview_player
Показать описание

Social links:
Рекомендации по теме
Комментарии
Автор

this is becoming my favourite channel on youtube. keep up the good work man!

uran-
Автор

Thank you for these helpful videos!
Could you create a video or, even better, a small series on various kinds of allocators? It would be great to see a simple implementation and to have an explanation of how and why they are used, as well as the scenarios in which they are commonly used.

rednibcoding
Автор

Hi, nice video. I want to see more tutorials on this theme. Although some moments are still unclear after watching this video. What about finding duplicates (by key and value) in your hashtables? Does they even need to have such features?

GCAGATGAGTTAGCAAGA
Автор

thank you for showing this. makes more sense to me now. so just to make sure when you were multiplying was it multiplying the byte value of each character and modulus? also curious if can just modulus after the multiplications? I am curious how the bucket array preallocation and hashing works in like a python dict.

one suggestion you should share the code afterwards in the description via link to github or something. I didn't see it. I saw link 🔗 to your page but not the example. would love to play and learn from it.

kossboss
Автор

JavaScript has has it owns Map class now, it accepts any object as the key.

Brad_Script
welcome to shbcf.ru