DSA_sheets/Questions.md

4.0 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. Merge Intervals Blind 75 Leetcode 150 Striver
  11. Set Matrix Zeroes Blind 75 Leetcode 150 Striver
  12. Maximum Subarray Leetcode 150 Striver
  13. Rotate Image Blind 75 Leetcode 150 Striver
  14. Merge Sorted Array Leetcode 150 Striver
  15. Find the Duplicate Number Striver
  16. Search a 2D Matrix Leetcode 150 Striver
  17. Pow(x, n) Leetcode 150 Striver
  18. Majority Element Leetcode 150 Striver
  19. Longest Consecutive Sequence Leetcode 150 Striver
  20. Longest Substring Without Repeating Characters Leetcode 150 Striver
  21. Spiral Matrix Blind 75 Leetcode 150
  22. 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