Fenwick trees
393

Hi,

I wrote an article on Fenwick trees and I want to share it with you. The basic implementation for this datastructure is so simple and all pieces fit together so perfectly such that it looks like a magic trick! That made me want to take the time to get really familiar with this datastructure. Have a look: https://jornhub.dev/articles/fenwick-trees

Comments (1)