Skip to content

Binary Indexed Tree or Fenwick Tree Advanced Data Structure

Notifications You must be signed in to change notification settings

thinkphp/Fenwick-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fenwick Tree or Binary Indexed Tree Data Structure

Fenwick Tree is a data structure that was described in a paper by Peter M. Feniwick in 1994. It is useful for efficiently calculating sums and updating element values in an array.

References:

https://www.hackerearth.com/practice/notes/binary-indexed-tree-or-fenwick-tree/

https://www.geeksforgeeks.org/binary-indexed-tree-or-fenwick-tree-2/

https://cp-algorithms.com/data_structures/fenwick.html

https://sites.google.com/site/centrulinfo1/materiale-video/algoritmi-video/arbori-indexati-binar

https://www.enjoyalgorithms.com/blog/binary-indexed-tree

Samples

https://ideone.com/5Rlvmp

About

Binary Indexed Tree or Fenwick Tree Advanced Data Structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages