From 85b4bf989b650e8f114d02a282038d6bc9d8d090 Mon Sep 17 00:00:00 2001 From: Srushti Sangawar <51403749+srurora@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:06:07 -0600 Subject: [PATCH] Add new problems to Thirty Days CSV --- Disney/1. Thirty Days.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Disney/1. Thirty Days.csv b/Disney/1. Thirty Days.csv index ae2099f8..0749929b 100644 --- a/Disney/1. Thirty Days.csv +++ b/Disney/1. Thirty Days.csv @@ -1 +1,3 @@ Difficulty,Title,Frequency,Acceptance Rate,Link +MEDIUM,Remove All Adjacent Duplicates in String II (Remove k consecutive letters),80.0,0.58,https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii/ +EASY,Simple Cipher (Decrypt String with k Counter-Clockwise Shifts),50.0,0.75,https://leetcode.com/discuss/interview-question/algorithms/124837/simple-cipher