Skip to content

An implementation of a Fenwick Tree (or Binary Indexed Tree)

Notifications You must be signed in to change notification settings

guidotag/Fenwick-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Guido Tagliavini PonceGuido Tagliavini Ponce
Guido Tagliavini Ponce
and
Guido Tagliavini Ponce
Feb 26, 2015
65ee1f2 · Feb 26, 2015

History

6 Commits
Feb 24, 2015
Feb 26, 2015
Jun 25, 2014
Feb 24, 2015
Feb 24, 2015

Repository files navigation

Fenwick-Tree

An implementation of a Fenwick Tree (or Binary Indexed Tree). I've also included a variation of this structure which supports range updates in logarithmic time. This latter structure is Petr Mitrichev's idea and was posted on his blog.

About

An implementation of a Fenwick Tree (or Binary Indexed Tree)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published