binary-indexed-tree
Here are 30 public repositories matching this topic...
Sort:Most stars
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
Mar 23, 2021 - C++
Data Structures naively implemented in Kotlin for learning purpose
- Updated
Oct 5, 2022 - Kotlin
An implementation of Fenwick trees (Fenwick 1994).
- Updated
Jan 1, 2025 - Python
Algorithms useful for CS graduates
- Updated
Oct 19, 2020 - 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++
Analysis, Implementation and Applications of Fenwick Trees
- Updated
Sep 15, 2018 - C++
Binary Indexed Tree
- Updated
Feb 17, 2021 - Go
Popular algorithms and data structures implementation
- Updated
May 15, 2020 - C++
45 Days DSA Challenge with Arsh Goyal
- Updated
May 12, 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
Here are solutions from problems that i coded for my assignment, preparing for competitions. They are sorted by some criteria, like DP, greedy, ad hoc, etc.
- Updated
Nov 16, 2021 - C++
- Updated
Aug 18, 2023 - Java
Useful datastructures not present in standard Python libraries
- Updated
Jun 7, 2018 - Python
Detailed explanation of Binary Indexed Tree (Fenwick Tree) with C++ implementation.
- Updated
Feb 3, 2025 - C++
Graph-Theory, Number-Theory, Classical Dynamic Programming, Searching-Sorting Algorithms and some Advance-Data-Structures are implemented using C++
- Updated
Oct 22, 2019 - C++
Improve this page
Add a description, image, and links to thebinary-indexed-tree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thebinary-indexed-tree topic, visit your repo's landing page and select "manage topics."