From aab9d19642bd2daff5b45051b7828da00159cbbf Mon Sep 17 00:00:00 2001 From: raghavloya10 <47788122+raghavloya10@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:08:33 +0530 Subject: [PATCH 1/2] Adding Amazon question --- Amazon/1. Thirty Days.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/Amazon/1. Thirty Days.csv b/Amazon/1. Thirty Days.csv index 764a492e..b4f9bee9 100644 --- a/Amazon/1. Thirty Days.csv +++ b/Amazon/1. Thirty Days.csv @@ -99,3 +99,4 @@ MEDIUM,Subarray Sum Equals K,40.6,0.4547621523795086,https://leetcode.com/proble MEDIUM,Count Zero Request Servers,40.6,0.3411690593813203,https://leetcode.com/problems/count-zero-request-servers,"Array, Hash Table, Sliding Window, Sorting" MEDIUM,K Closest Points to Origin,40.6,0.6793957161103558,https://leetcode.com/problems/k-closest-points-to-origin,"Array, Math, Divide and Conquer, Geometry, Sorting, Heap (Priority Queue), Quickselect" MEDIUM,Evaluate Division,40.6,0.6314695091079937,https://leetcode.com/problems/evaluate-division,"Array, String, Depth-First Search, Breadth-First Search, Union Find, Graph, Shortest Path" +MEDIUM,House Robber III,40.6,0.5514148219,https://leetcode.com/problems/house-robber-iii,"Tree, Binary Tree, Depth-First Search, Dynamic Programming" From 8d4139f7b30eee2d8fdd1d0103676dc2563dc995 Mon Sep 17 00:00:00 2001 From: raghavloya10 <47788122+raghavloya10@users.noreply.github.com> Date: Thu, 28 Aug 2025 10:16:01 +0530 Subject: [PATCH 2/2] Adding question for Docusign --- Docusign/1. Thirty Days.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/Docusign/1. Thirty Days.csv b/Docusign/1. Thirty Days.csv index 985a64a9..2f135eac 100644 --- a/Docusign/1. Thirty Days.csv +++ b/Docusign/1. Thirty Days.csv @@ -1,2 +1,3 @@ Difficulty,Title,Frequency,Acceptance Rate,Link,Topics MEDIUM,Meeting Rooms II,100.0,0.5214175430894478,https://leetcode.com/problems/meeting-rooms-ii,"Array, Two Pointers, Greedy, Sorting, Heap (Priority Queue), Prefix Sum" +HARD,Basic Calculator,100.0,0.4481528571,https://leetcode.com/problems/basic-calculator,"Math, String, Stack, Recursion"