DSA_sheets/Questions.md

5.9 KiB

List of curated Questions:

Topic: Arrays, Binary Search, Two-pointers

  1. Two sum Leetcode 150 Blind 75 Striver
  2. Best Time to Buy and Sell Stock Leetcode 150 Blind 75 Striver
  3. Contains Duplicate Blind 75
  4. Product of Array Except Self Leetcode 150 Blind 75
  5. Maximum Product Subarray Blind 75
  6. Find Minimum in Rotated Sorted Array Blind 75 Leetcode 150
  7. Search in Rotated Sorted Array Blind 75 Leetcode 150 Striver
  8. 3sum Blind 75 Leetcode 150 Striver
  9. Container With Most Water Blind 75 Leetcode 150
  10. Set Matrix Zeroes Blind 75 Leetcode 150 Striver
  11. Maximum Subarray Leetcode 150 Striver
  12. Rotate Image Blind 75 Leetcode 150 Striver
  13. Merge Sorted Array Leetcode 150 Striver
  14. Find the Duplicate Number Striver
  15. Search a 2D Matrix Leetcode 150 Striver
  16. Pow(x, n) Leetcode 150 Striver
  17. Majority Element Leetcode 150 Striver
  18. Longest Consecutive Sequence Leetcode 150 Striver
  19. Longest Substring Without Repeating Characters Leetcode 150 Striver
  20. Spiral Matrix Blind 75 Leetcode 150
  21. Word Search Blind 75 Leetcode 150

Topic: Linked Lists

  1. Reverse Linked List Blind 75 Striver
  2. Linked List Cycle Blind 75 Leetcode 150 Striver
  3. Merge Two Sorted Lists Blind 75 Leetcode 150 Striver
  4. Merge k Sorted Lists Blind 75 Leetcode 150 Striver
  5. Remove Nth Node From End of List Blind 75 Leetcode 150 Striver
  6. Reorder List Blind 75
  7. Add Two Numbers Leetcode 150 Striver
  8. Delete Node in a Linked List Leetcode 150 Striver
  9. Reverse a LinkedList in groups of size k. Leetcode 150 Striver
  10. Rotate List Leetcode 150 Striver
  11. Copy List with Random Pointer Leetcode 150 Striver
  12. Trapping Rain Water Leetcode 150 Striver

Topic: Intervals

  1. Merge Intervals Blind 75 Leetcode 150 Striver
  2. Insert Interval Blind 75 Leetcode 150
  3. Non-overlapping Intervals Blind 75
  4. Summary Ranges Leetcode 150
  5. Minimum Number of Arrows to Burst Balloons Leetcode 150
  6. Meeting rooms II Blind 75

Topic: Stack and Queue

  1. Implement Stack using Queues Striver
  2. Implement Queue using Stacks Striver
  3. Valid Parentheses Leetcode 150 Striver
  4. Min Stack Leetcode 150 Striver
  5. LRU Cache Leetcodze 150 Striver
  6. Nearest Smaller Element Striver
  7. Next Greater Element I Striver
  8. LFU Cache Striver
  9. Largest Rectangle in Histogram Striver
  10. Sliding Window Maximun Striver
  11. Online Stock Span Striver
  12. The Celebrity Problem Striver