Tutorial: Binary Indexed Tree (Fenwick Tree)

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

I didn't liked any of the other tutorials. So I decided to make my own. Hope you like it.
Рекомендации по теме
Комментарии
Автор

Needed to look up BIT and ended up here. Definitely better than the top ranked videos on the subject. Good job with the illustrations. Also a perfect pace for me.

elpuri
Автор

I've heard a lot of people say that BIT is difficult to understand... Maybe they haven't found your tutorial yet :)

quantumcookie
Автор

Incredibly well made explanation and visualization! Hats off to you bud.

ompatel
Автор

finally found a tutorial that is so clear to should be on the top of search list. Good JOB!!!!

sarswataryan
Автор

One of the best explanation for binary indexed tree, i've come across so far.

hshah
Автор

Dude, you clutched tf out of this explanation. The way my professor did this was so unnecessarily confusing after seeing this. Great job.

rayxr
Автор

It is hard to find a good tutorial about computer science on youtube, but this one is it. Very good job

allanlago
Автор

*Hats off for this incredible teacher.*

onurcanisler
Автор

14:18 If you are using 1-indexed arrays I believe the "while idx < len(bit_arr)" should be "while idx <= len(bit_arr)". E.g., if len=16, idx = 16 is valid but would be discarded by your check in the while-loop. Also, you may want to add to the implementation notes that getting the value of a specific array index is a special case of RANGE_SUM(i, j), namely GET(i) = RANGE_SUM(i, i).

CorpusGigantus
Автор

i dont usually is so crystal clear explaination even for beginners.... thank u

commentator
Автор

very insightful and helpful tutorial in understanding Fenwick in a clear way. Thank you for your efforts.

chaitanyagawande
Автор

I'm pretty sure x & (x-1) also works for the bit-wise operation, and its easier!

indigoturtle
Автор

Really good tutorial, I suppose the others want to gain more watches by making the videos so poor, you have to watch them again and again, but yours was good enough to get the subject for the first time :D Would be great if you do the AVL or black/red tree tutorial, these are very poorly made :D Thanks a lot ;)

Evcurik
Автор

Best Explanation I Ever Found About BIT!
Thank You Sir!

ashutoshaswal
Автор

I don't think BIT could be explained in any way better than this. Thanks a lot!

sumitb
Автор

This is Exactly What I need, Thank you .. Does anyone Know some other Tutorials for other topics where explanation is this very good cuz these kind of videos are hard to find.

pushkarsoni
Автор

Very good and clear explanation of how BIT works and why it works.

tonywen
Автор

Absolute masterpiece .Can't stress enough about how good this tutorial is .Thank you so much!

competitivecoding
Автор

Great tutorial. I think I finally understand how Fenwick tree works under the hood. Big thanks!

YeGaogaosanyong
Автор

Best I have found so far on Binary Index Tree. I could understand in one go

pavanputhra
welcome to shbcf.ru