-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03dece9
commit f4dd73b
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# DSA Problem of the Day (15/06/2024) | ||
|
||
## Some More Problems on this week's topic | ||
|
||
## Problems | ||
|
||
|
||
1. [Prefix Sum Queries](https://cses.fi/problemset/task/2166):- Range Queries | ||
2. [Split Array Largest Sum](https://leetcode.com/problems/split-array-largest-sum/description/):- Greedy | ||
3. [Distinct Subsequences](https://leetcode.com/problems/distinct-subsequences/description/):- Dynamic Programming | ||
4. [Given Length and Sum of Digits...](https://codeforces.com/problemset/problem/489/C) :- Dynamic Programming/Greedy | ||
|
||
*Note:* Solutions to [day15](../day15) are uploaded. |