binary-indexed-tree
Here are 33 public repositories matching this topic...
Collection of data structures examples via Java
-
Updated
Dec 9, 2018 - Java
Welcome to the CP Vault, I've created this repository for competitive programming resources and notes. This collection covers a wide range of topics like dynamic programming, analyzing time complexity on constraints, algorithms, data structures, and more. It’s a personal vault designed to help you excel in advanced concepts and problem-solving.
-
Updated
Nov 30, 2025 - C++
Advance data structure includes DSU, BIT, SQRT Decomposition, Segment Tree, Lazy Propagation, Trie Tree etc.
-
Updated
May 12, 2026 - C++
Data Structures naively implemented in Kotlin for learning purpose
-
Updated
Oct 5, 2022 - Kotlin
Algorithms useful for CS graduates
-
Updated
Oct 19, 2020 - C++
An implementation of Fenwick trees (Fenwick 1994).
-
Updated
May 31, 2026 - Python
Analysis, Implementation and Applications of Fenwick Trees
-
Updated
Sep 15, 2018 - C++
A deque of O(sqrt n) complexity on access, insert and remove, with an optimization for O(log n) access based on fenwick tree.
-
Updated
Feb 17, 2020 - C++
Binary Indexed Tree
-
Updated
Feb 17, 2021 - Go
-
Updated
Nov 8, 2019 - Groovy
Popular algorithms and data structures implementation
-
Updated
May 15, 2020 - C++
Detailed explanation of Binary Indexed Tree (Fenwick Tree) with C++ implementation.
-
Updated
Feb 3, 2025 - C++
A Fenwick Tree, Also Known as a Binary Indexed Tree (BIT), is a Specialised Data Structure Designed for Efficiently Handling Two Types of Operations on an Array of Numbers
-
Updated
Dec 11, 2025 - Rust
45 Days DSA Challenge with Arsh Goyal
-
Updated
Jan 16, 2026 - C++
-
Updated
Aug 18, 2023 - Java
Useful datastructures not present in standard Python libraries
-
Updated
Jun 7, 2018 - Python
Graph-Theory, Number-Theory, Classical Dynamic Programming, Searching-Sorting Algorithms and some Advance-Data-Structures are implemented using C++
-
Updated
Oct 22, 2019 - C++
Data structures of particular interest to me
-
Updated
May 5, 2019 - C++
Improve this page
Add a description, image, and links to the binary-indexed-tree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binary-indexed-tree topic, visit your repo's landing page and select "manage topics."