Skip to content

Commit 9015943

Browse files
committed
Links
1 parent 3b3b2ef commit 9015943

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

algos/range_queries/PrefixSum/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ For large arrays (e.g., `N = 10^5`) with large values (e.g., `A[i] = 10^9`), the
157157

158158
| # | Problem | Difficulty |
159159
|---|--------|------------|
160-
| 1 | [Problem 1](#) | Easy |
161-
| 2 | [Problem 2](#) | Easy |
160+
| 1 | [Problem 1](https://leetcode.com/problems/range-sum-query-immutable/description/) | Easy |
161+
| 2 | [Problem 2](https://leetcode.com/problems/running-sum-of-1d-array/description/) | Easy |
162162
| 3 | [Problem 3](#) | Medium |
163163
| 4 | [Problem 4](#) | Medium |
164164
| 5 | [Problem 5](#) | Hard |

0 commit comments

Comments
 (0)