From ecde778a3158f2469dec557646e05f89eaf2db92 Mon Sep 17 00:00:00 2001 From: 33Arsenic75 <122697564+33Arsenic75@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:18:13 +0530 Subject: [PATCH] . --- problem-of-the-day/day22/dsa.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/problem-of-the-day/day22/dsa.md b/problem-of-the-day/day22/dsa.md index e69de29..ff506b8 100644 --- a/problem-of-the-day/day22/dsa.md +++ b/problem-of-the-day/day22/dsa.md @@ -0,0 +1,13 @@ +# DSA Problem of the Day (19/06/2024) + +## Miscellaneous + +## Problems + + +1. [Tree Cutting](https://codeforces.com/problemset/problem/1946/C) +2. [Rudolf and K - Bridges](https://codeforces.com/problemset/problem/1941/E) +3. [Generate Parenthesis](https://leetcode.com/problems/generate-parentheses/) +4. [Maximum XOR ](https://leetcode.com/problems/generate-parentheses/description/?envType=problem-list-v2&envId=mvdi3942) + +*Note:* Solutions to [day21](../day21) are uploaded.