List Question
20 TechQA 2023-12-31T14:57:42.420000How to Use Binary Indexed Tree for Counting Reverse Pairs in an Array?
100 views
Asked by Vishal Jangid
Why we need two fenwick tree to get range sum of [l, r] given there are array of numbers and range updates and queries are performed on the array?
135 views
Asked by Rupasai Rangaraju
Quick Way of Finding How many Substrings has first and last character repeated inside
305 views
Asked by halcyon44
Binary Indexed Tree: Why does "i + lowBit(i)" work?
253 views
Asked by ihainan
Fenwick tree(BIT). Find the smallest index with given cumulative frequency in O(logN)
345 views
Asked by Hlib Pylypets
how to increase the size limit of a mutable list in kotlin?
2.7k views
Asked by Kushagra
How can we calculate weighted cumulative sum of squares with prefix range updates by one?
279 views
Asked by piedpiper
What does "x += x & (-x)" mean?
9k views
Asked by eleven22
C++ Counting inversions in array, Fatal Signal 11 (BIT)
94 views
Asked by Nedas Bolevičius
Update step in Fenwick Trees
606 views
Asked by user43389
Count "minimal" values
136 views
Asked by bordus
Difference between Binary Search Tree and Binary Index Tree
280 views
Asked by 0xAliHn
Answer queries about the number of distinct numbers in a given range
514 views
Asked by Diego Becquer
how to get inversion count with update
135 views
Asked by Brian Lee
can someone provide me the algorithm of 2-d binary indexed tree?
633 views
Asked by goku
String query with binary indexed tree
299 views
Asked by nRT
Application of binary indexed tree
568 views
Asked by aroma
range XORed sum using BIT or Fenwick tree
753 views
Asked by Roshan
RMQ using two fenwick trees (binary indexed tree)
471 views
Asked by shole
Find number of items with weight k in a range (with updates and queries)
392 views
Asked by Donald