Practice of Algorithm Problems
Ctrlk
  • Main
  • Array
  • Binary Search
    • 4. Median of Two Sorted Arrays
    • 33. Search in Rotated Sorted Array
    • 34. Find First and Last Position of Element in Sorted Array
    • 35. Search Insert Position
    • 69. Sqrt(x)
    • 74. Search a 2D Matrix
    • 81. Search in Rotated Sorted Array II
    • 153. Find Minimum in Rotated Sorted Array
    • 154. Find Minimum in Rotated Sorted Array II
    • 162. Find Peak Element
    • 240. Search a 2D Matrix II
    • 278. First Bad Version
    • 315. Count of Smaller Numbers After Self
    • 349. Intersection of Two Arrays
    • 350. Intersection of Two Arrays II
    • 374. Guess Number Higher or Lower
    • 378. Kth Smallest Element in a Sorted Matrix
    • 392. Is Subsequence
    • 410. Split Array Largest Sum
    • 658. Find K Closest Elements
    • 668. Kth Smallest Number in Multiplication Table
    • 719. Find K-th Smallest Pair Distance
    • 774. Minimize Max Distance to Gas Station
    • 786. K-th Smallest Prime Fraction
    • 875. Koko Eating Bananas
    • 1011. Capacity To Ship Packages Within D Days
    • 1095. Find in Mountain Array
    • 1231. Divide Chocolate
  • Stack
  • Heap
  • Bit Manipulation
  • Greedy
  • String
  • Dynamic Programming
  • Tree
  • Linked List
  • Graph
  • Backtracking
  • Depth-First-Search & Breadth-First-Search
  • Math
  • Design
  • Old Interview Questions
Powered by GitBook
On this page

Was this helpful?

Binary Search

4. Median of Two Sorted Arrays33. Search in Rotated Sorted Array34. Find First and Last Position of Element in Sorted Array35. Search Insert Position69. Sqrt(x)74. Search a 2D Matrix81. Search in Rotated Sorted Array II153. Find Minimum in Rotated Sorted Array154. Find Minimum in Rotated Sorted Array II162. Find Peak Element240. Search a 2D Matrix II278. First Bad Version315. Count of Smaller Numbers After Self349. Intersection of Two Arrays350. Intersection of Two Arrays II374. Guess Number Higher or Lower378. Kth Smallest Element in a Sorted Matrix392. Is Subsequence410. Split Array Largest Sum658. Find K Closest Elements668. Kth Smallest Number in Multiplication Table719. Find K-th Smallest Pair Distance774. Minimize Max Distance to Gas Station786. K-th Smallest Prime Fraction875. Koko Eating Bananas1011. Capacity To Ship Packages Within D Days1095. Find in Mountain Array1231. Divide Chocolate
Previous1248. Count Number of Nice SubarraysNext4. Median of Two Sorted Arrays

Last updated 6 years ago

Was this helpful?