Algorithm Practice
CtrlK
  • Introduction
  • Lintcode
  • Leetcode
    • Math
    • Tree
    • Graph
    • Two Pointers
    • Linked List
    • Topological Sort
    • Hash Table
    • Trie
    • Sort
    • Binary Search
      • 4 Median of Two Sorted Arrays
      • 29 Divide Two Integers
      • 33 Search in Rotated Sorted Array
      • 34 Search for a Range
      • 35 Search Insert Position
      • 50 Pow(x, n)
      • 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
      • 275 H-Index II
      • 278 First Bad Version
      • 287 Find the Duplicate Number
      • 302 Smallest Rectangle Enclosing Black Pixels
      • 367 Valid Perfect Square
      • 374 Guess Number Higher or Lower
      • 410 Split Array Largest Sum
      • 436 Find Right Interval
      • 441 Arranging Coins
      • 475 Heaters
      • 483 Smallest Good Base
      • 540 Single Element in a Sorted Array
      • 633 Sum of Square Numbers
      • 644 Maximum Average Subarray II
      • 658 Find K Closest Elements
      • 719 Find K-th Smallest Pair Distance
      • 744 Find Smallest Letter Greater Than Target
      • 774 Minimize Max Distance to Gas Station
      • 778 Swim in Rising Water
    • Heap
    • Breadth First Search
    • Stack
    • Backtracking
    • Dynamic Programming
    • Union Find
    • Scan Line
    • String
    • Reservoir Sampling
    • Recursion
  • Google
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode

Binary Search

4 Median of Two Sorted Arrays29 Divide Two Integers33 Search in Rotated Sorted Array34 Search for a Range35 Search Insert Position50 Pow(x, n)69 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 II275 H-Index II278 First Bad Version287 Find the Duplicate Number302 Smallest Rectangle Enclosing Black Pixels367 Valid Perfect Square374 Guess Number Higher or Lower410 Split Array Largest Sum436 Find Right Interval441 Arranging Coins475 Heaters483 Smallest Good Base540 Single Element in a Sorted Array633 Sum of Square Numbers644 Maximum Average Subarray II658 Find K Closest Elements719 Find K-th Smallest Pair Distance744 Find Smallest Letter Greater Than Target774 Minimize Max Distance to Gas Station778 Swim in Rising Water
Previous493 Reverse PairsNext4 Median of Two Sorted Arrays

Last updated 5 years ago

Was this helpful?