✳flâneur — a map of the web's best reading
Fenwick tree
en.wikipedia.org · 2,891 words · saved by 1 readers
A Fenwick tree or binary indexed tree is a data structure that can efficiently update elements and calculate prefix sums in a table of numbers.
Fenwick tree - Wikipedia Jump to content From Wikipedia, the free encyclopedia Data structure Binary indexed tree"},"image":{"wt":"16-node Fenwick tree.svg"},"type":{"wt":"Binomial tree"},"invented_by":{"wt":"Boris Ryabko"},"invented_year":{"wt":"1989"},"space_avg":{"wt":"{{math|O(''n'')}}"},"space_worst":{"wt":"{{math|O(''n'')}}"},"search_avg":{"wt":"{{math|O(log''n'')}}"},"search_worst":{"wt":"{{math|O(log''n'')}}"},"insert_avg":{"wt":"{{math|O(log''n'')}}"},"insert_worst":{"wt":"{{math|O(log''n'')}}"}},"i":0}}]}'> Fenwick tree Binary indexed tree Type Binomial tree Invented 1989 Invented by
Explore this link on the map →related reading
- Static search trees: 40x faster than binary search · CuriousCodingcuriouscoding.nl
- Static B-Trees - Algorithmicaen.algorithmica.org
- How Cursor Indexes Codebases Fast - by Engineer's Codexread.engineerscodex.com
- Binary search - Wikipediaen.wikipedia.org
- Competitive Programmer's Handbookcses.fi
- Ternary search tree - Wikipediaen.wikipedia.org
- Build Your Own Databasenan.fyi
- Things I don't know - Codeforcescodeforces.com
- Trie - Wikipediaen.wikipedia.org
- Introduction of B Tree - GeeksforGeeksgeeksforgeeks.org
- Ukkonen's Suffix Tree Algorithm (Python, C++ & Java code)favtutor.com
- Binius: highly efficient proofs over binary fieldsvitalik.eth.limo