OJ
Ctrlk
  • Introduction
  • Some Tips
  • strStr and Coding Style
  • Binary Search
    • 1283. Find the Smallest Divisor Given a Threshold
    • 1898. Maximum Number of Removable Characters
    • 162. Find Peak Element
    • 540. Single Element in a Sorted Array
    • First Position of Target
    • 34. Find First and Last Position of Element in Sorted Array
    • Guess Number Higher or Lower
    • First Bad Version
    • Search Insert Position
    • Search in a Big Sorted Array
    • Convert Binary Search Tree to Sorted Doubly Linked List
    • Search a 2D Matrix
    • 981. Time Based Key-Value Store
    • 362. Design Hit Counter
    • 1348. Tweet Counts Per Frequency
    • 153. Find Minimum in Rotated Sorted Array
    • 33. Search in Rotated Sorted Array
    • Search in Rotated Sorted Array II
    • Heaters
    • Find Right Interval
    • 1060. Missing Element in Sorted Array
    • Is Subsequence
    • Search a 2D Matrix II
    • Find K Closest Elements
    • H-Index II
    • Minimum Size Subarray Sum
    • Median of Two Sorted Arrays
    • 302. Smallest Rectangle Enclosing Black Pixels
    • Longest Increasing Subsequence
    • 二分Range
      • Sqrt
      • Wood Cut
      • Kth Smallest Element in a Sorted Matrix
      • 719. Find K-th Smallest Pair Distance
      • Capacity To Ship Packages Within D Days
      • 668. Kth Smallest Number in Multiplication Table
      • 774. Minimize Max Distance to Gas Station
      • 1631. Path With Minimum Effort
      • 1201. Ugly Number III
    • Find the Unique Number
  • Binary Tree & Divide Conquer
  • Dynamic Programming I
  • Dynamic Programming II
  • Linked List
  • Array & Numbers
  • Heap
  • Hash
  • Multiple Pointers
  • Stack
  • Breadth-first Search
  • Bit Manipulation
  • Math
  • Trie
  • Graph
  • Union Find
  • Exhaustive Search
  • String
  • Greedy
  • Design
  • Queue
Powered by GitBook
On this page

Was this helpful?

  1. Binary Search

二分Range

SqrtWood CutKth Smallest Element in a Sorted Matrix719. Find K-th Smallest Pair DistanceCapacity To Ship Packages Within D Days668. Kth Smallest Number in Multiplication Table774. Minimize Max Distance to Gas Station1631. Path With Minimum Effort1201. Ugly Number III
Previous334. Increasing Triplet SubsequenceNextSqrt

Last updated 6 years ago

Was this helpful?