Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
33arsenic75 committed Jun 15, 2024
1 parent 03dece9 commit f4dd73b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added problem-of-the-day/.DS_Store
Binary file not shown.
Binary file added problem-of-the-day/day17/.DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions problem-of-the-day/day18/dsa.md
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.

0 comments on commit f4dd73b

Please sign in to comment.