Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
Loading...
Searching...
No Matches
range_queries Namespace Reference

Algorithms and Data Structures that support range queries and updates. More...

Classes

class  fenwick_tree
 The class that initializes the Fenwick Tree. More...
 
class  perSegTree
 Range query here is range sum, but the code can be modified to make different queries like range max or min. More...
 

Detailed Description

Algorithms and Data Structures that support range queries and updates.

Range Queries algorithms.

for std::vector

Range queries algorithms.

for IO operations to manage dynamic memory for std::vector

for assert for IO operations

Range Queries algorithms