Love from Indian coders and thanks sir for this series
@NeuralNine17 күн бұрын
❤️
@piotrmazgaj4 күн бұрын
This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.
@igorrogi43688 күн бұрын
Can you explain why you hardcoderd 31 in line: hash_result = (hash_result * 31 * ord(c)) % self.capacity? Thanks.
@lenkaleskova900616 күн бұрын
Please explain Luhn algorithm. Some count reverse, some not. I'm confused. You explain everything very well, detailed and you have pleasant voice and nice accent.
@krishnakant868719 күн бұрын
Hey mate! Thank you for such awesome vidoes! Are you also going to cover algorithms in this series ?
@NeuralNine17 күн бұрын
Not in this one but maybe I can do an additional tutorial series if this one does well.
@piotrmazgaj20 күн бұрын
Please have mercy! I haven't done the Queue yet ; p
@NeuralNine17 күн бұрын
Motivation to keep up the speed :)
@taufiqurrahmansagafkelrey283319 күн бұрын
LESSSGOOOO!!🎉🎉🎉
@NeuralNine17 күн бұрын
🥳
@agamergen18 күн бұрын
Two videos are hidden. Will they be unhidden?
@NeuralNine17 күн бұрын
Yes of course! They are scheduled to be released already! :)
@halim772519 күн бұрын
Thanks a lot
@NeuralNine17 күн бұрын
Hope it helps!
@Hamsters_Rage11 күн бұрын
again you missed interesting part - case when keys are different but its hashes are equal
@piotrmazgaj4 күн бұрын
No.... It works just find. In that case each bucket turns into a sub-list with multiple elements. Try your self with some ridiculously small number as capacity (e.g. 4 or 8) and overflow it with key, value pairs.