Projects in Awesome Lists tagged with binary-indexed-tree
A curated list of projects in awesome lists tagged with binary-indexed-tree .
https://github.com/anghelleonard/java-data-structures
Collection of data structures examples via Java
binary-indexed-tree binary-search-tree data-structures data-structures-algorithms fenwick java-data-structures queues stack union-find
Last synced: 14 Apr 2025
https://github.com/cryptocode/zigwick
A Fenwick tree for Zig
binary-indexed-tree fenwick zig
Last synced: 09 Apr 2025
https://github.com/shiningflash/advance-data-structure
Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.
advance-data-structure binary-indexed-tree c-plus-plus data-structure disjoint-set lazy-propagation ordered-set queue segment-tree sqrt-decomposition stack stl trie-tree
Last synced: 25 Dec 2025
https://github.com/dstein64/fenwick
An implementation of Fenwick trees (Fenwick 1994).
binary-indexed-tree data-structures fenwick-tree
Last synced: 19 Oct 2025
https://github.com/skyzh/data-structure-deque
A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.
binary-indexed-tree cpp deque fenwick-tree
Last synced: 27 Oct 2025
https://github.com/codehub001/crackyourinternship
45 Days DSA Challenge with Arsh Goyal
array binary-indexed-tree dynamic-programming graph greedy math matrix merge queue sliding-window sorting stack string twopointers
Last synced: 14 Mar 2025
https://github.com/j05u3/fenwick-tree-redis
Fenwick Tree (a.k.a. Binary Indexed Tree) using typescript+redis
binary-indexed-tree bit fenwick fenwick-tree fenwick-tree-redis
Last synced: 20 Jun 2025
https://github.com/antonio-f/countinginversions
HackerRank Counting Inversions using binary indexed trees
binary-indexed-tree counting-inversions fenwick-trees hackerrank hackerrank-solutions inversions python ryabko-trees
Last synced: 30 Mar 2025
https://github.com/dimitrisjim/bit
Binary Indexed (Fenwick) Trees
binary-indexed-tree fenwick-trees
Last synced: 20 Mar 2025
https://github.com/valginer0/exotic-structures
Useful datastructures not present in standard Python libraries
aho-corasick binary-indexed-tree dijkstra-shortest-path fenwick-tree heap-with-update python range-query
Last synced: 09 Jun 2026