Monthly Archives: June 2020

Binary Indexed Tree (Fenwick Tree)

Binary Indexed Trees (also known as Fenwick Trees) are useful for finding sum ranges between two elements in a set of numbers, particularly when we need to update the numbers often. If we have a static set of values then … Continue reading

Posted in programming | Tagged , | Leave a comment