📂
Interview Prep
Ctrlk
  • Introduction
  • Trees
  • Recursion & Backtracking
  • Maths
  • Binary Searching & Sorting
    • Median of Two Sorted Arrays
    • Search in Rotated Sorted Array
    • Search in Rotated Sorted Array II
    • Matrix Median
    • Search Insert Position
    • Pow(x, n)
    • Rotated Array
    • Matrix Search
    • Find First and Last Position of Element in Sorted Array
    • Find square root of number upto given precision
    • Painter's Partition Problem
    • Allocate Books
    • Find Peak Element
    • Single Element in a Sorted Array
    • Capacity To Ship Packages Within D Days
    • Split Array Largest Sum
    • Koko Eating Bananas
    • Find the Smallest Divisor Given a Threshold
    • K-th Smallest Prime Fraction
    • Kth Smallest Element in a Sorted Matrix
    • Distribute Candies
    • Momos Market
    • Taj Mahal Entry
    • Sum of Mutated Array Closest to Target
    • First Bad Version
    • Random Pick with Weight
    • Search Suggestions System
    • Minimum Number of Days to Make m Bouquets
    • Aggressive cows
    • Chef Restaurant
    • Variation
    • Magnetic Force Between Two Balls
  • Strings
  • BIT Manipulation
  • Two Pointers
  • Arrays
  • Linked List
  • Stacks & Queues
  • HashMap & HashSet & Sliding Window
  • Priority Queue
  • Dynamic Programming
  • Greedy
  • Graphs, BFS & DFS
  • Geometry
  • Merge Sort
  • Segment Trees
  • Most consistent ways of dealing with the series of stock problems
Powered by GitBook
On this page

Binary Searching & Sorting

Median of Two Sorted ArraysSearch in Rotated Sorted ArraySearch in Rotated Sorted Array IIMatrix MedianSearch Insert PositionPow(x, n)Rotated ArrayMatrix SearchFind First and Last Position of Element in Sorted ArrayFind square root of number upto given precisionPainter's Partition ProblemAllocate BooksFind Peak ElementSingle Element in a Sorted ArrayCapacity To Ship Packages Within D DaysSplit Array Largest SumKoko Eating BananasFind the Smallest Divisor Given a ThresholdK-th Smallest Prime FractionKth Smallest Element in a Sorted MatrixDistribute CandiesMomos MarketTaj Mahal EntrySum of Mutated Array Closest to TargetFirst Bad VersionRandom Pick with WeightSearch Suggestions SystemMinimum Number of Days to Make m BouquetsAggressive cowsChef RestaurantVariationMagnetic Force Between Two Balls
PreviousThe kth Factor of nNextMedian of Two Sorted Arrays

Last updated 5 years ago