From dd218447e39ffe31249c3f0151974034a4c31490 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Wed, 26 Feb 2025 14:20:41 +0530 Subject: [PATCH] Adding the first set of questions --- Questions.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Questions.md diff --git a/Questions.md b/Questions.md new file mode 100644 index 0000000..9b344fc --- /dev/null +++ b/Questions.md @@ -0,0 +1,13 @@ +### List of curated Questions: + +### Topic: Arrays, Binary Search, Two-pointers + +1. [Two sum](https://leetcode.com/problems/two-sum/description/) `Leetcode 150` `Blind 75` `Striver` +2. [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/) `Leetcode 150` `Blind 75` `Striver` +3. [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/description/) `Blind 75` +4. [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/description/?envType=study-plan-v2&envId=top-interview-150) `Leetcode 150` `Blind 75` +5. [Maximum Product Subarray](https://leetcode.com/problems/maximum-product-subarray/description/) `Blind 75` +6. [Find Minimum in Rotated Sorted Array](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/) `Blind 75` `Leetcode 150` +7. [Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/description/) `Blind 75` `Leetcode 150` `Striver` +8. [3sum](https://leetcode.com/problems/3sum/description/) `Blind 75` `Leetcode 150` `Striver` +9. [Container With Most Water](https://leetcode.com/problems/container-with-most-water/description/?envType=study-plan-v2&envId=top-interview-150) `Blind 75` `Leetcode 150`