📂
Interview Prep
Ctrlk
  • Introduction
  • Trees
  • Recursion & Backtracking
  • Maths
  • Binary Searching & Sorting
  • Strings
  • BIT Manipulation
  • Two Pointers
  • Arrays
  • Linked List
  • Stacks & Queues
  • HashMap & HashSet & Sliding Window
  • Priority Queue
  • Dynamic Programming
  • Greedy
    • Minimum Numbers of Function Calls to Make Target Array
    • Bulbs
    • Majority Element
    • Highest Product
    • Assign Mice to Holes
    • Distribute Candy
    • Activity Selection Problem
    • Minimum Number of Arrows to Burst Balloons
    • Minimum Add to Make Parentheses Valid
    • Weighted Job Scheduling
    • Fractional Knapsack Problem
    • Seats
    • Gas Station
    • Group the People Given the Group Size They Belong To
    • Egyptian Fraction
    • Divide Array in Sets of K Consecutive Numbers
    • Minimum Cost to cut a board into squares
    • Maximize Sum Of Array After K Negations
    • Remove K Digits
    • Job Sequencing Problem
    • Maximum Length of Pair Chain
    • Maximum Number of Events That Can Be Attended
    • Partition Labels
    • Score After Flipping Matrix
    • Find smallest number with given number of digits and sum of digits
    • Reduce Array Size to The Half
    • Minimum sum of two numbers formed from digits of an array
    • Minimum sum of absolute difference of pairs of two arrays
    • Sum Of Fibonacci Numbers
    • Find the Minimum Number of Fibonacci Numbers Whose Sum Is K
    • Largest Values From Labels
    • Video Stitching
    • Task Scheduler
    • Meeting Rooms II
    • Non-overlapping Intervals
    • Minimum Number of Platforms Required for a Railway/Bus Station
    • Save Energy
    • Difficult Economic Situation
    • Perimeter with conditions
    • Problem discussion
    • Winning Lottery
    • Maximum Number of Non-Overlapping Substrings
    • Minimum Swaps to Arrange a Binary Grid
  • 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

Greedy

Minimum Numbers of Function Calls to Make Target ArrayBulbsMajority ElementHighest ProductAssign Mice to HolesDistribute CandyActivity Selection ProblemMinimum Number of Arrows to Burst BalloonsMinimum Add to Make Parentheses ValidWeighted Job SchedulingFractional Knapsack ProblemSeatsGas StationGroup the People Given the Group Size They Belong ToEgyptian FractionDivide Array in Sets of K Consecutive NumbersMinimum Cost to cut a board into squaresMaximize Sum Of Array After K NegationsRemove K DigitsJob Sequencing ProblemMaximum Length of Pair ChainMaximum Number of Events That Can Be AttendedPartition LabelsScore After Flipping MatrixFind smallest number with given number of digits and sum of digitsReduce Array Size to The HalfMinimum sum of two numbers formed from digits of an arrayMinimum sum of absolute difference of pairs of two arraysSum Of Fibonacci NumbersFind the Minimum Number of Fibonacci Numbers Whose Sum Is KLargest Values From LabelsVideo StitchingTask SchedulerMeeting Rooms IINon-overlapping IntervalsMinimum Number of Platforms Required for a Railway/Bus StationSave EnergyDifficult Economic SituationPerimeter with conditionsProblem discussionWinning LotteryMaximum Number of Non-Overlapping SubstringsMinimum Swaps to Arrange a Binary Grid
PreviousOdd Even JumpNextMinimum Numbers of Function Calls to Make Target Array

Last updated 5 years ago