Skip to content

Commit d75180d

Browse files
authored
Merge pull request #3730 from Aditi22Bansal/main
Update 3161-Block Placement Queries.md
2 parents caaf920 + f9ef01d commit d75180d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/3100-3199/3161-Block Placement Queries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212
description: "This document provides solutions to a problem using the Fenwick Tree (Binary Indexed Tree) data structure, implemented in C++, Java, and Python."
1313
---
1414

15-
## Problem
15+
## Problem
1616
The problem requires efficiently processing a series of queries that involve updating and retrieving maximum values within a range. The solution uses the Fenwick Tree (Binary Indexed Tree) data structure to achieve this efficiently.
1717

1818
## Solution

0 commit comments

Comments
 (0)