Skip to content

Fenwick Trees

Lecture date: Wednesday, September 18, 2019

Synopsis

Another segment-tree like data structure is the Fenwick Tree. We use the bit patterns of the indices to divide the regions.

  • Competitive Programming 3, Section 2.4.4

Problem

Videos