Tree Array Notes
Original link: https://blog.chungzh.cn/articles/binary-indexed-tree/ I have learned the line segment tree for a long time, but I am ashamed that the simpler tree-like array has not been deeply understood, and it only stays at the level of memorizing the code. Learn about tree arrays seriously today. introduce Tree arrays (Binary Index Tree, BIT / Fenwick Tree) […]