OJ
Ctrlk
  • Introduction
  • Some Tips
  • strStr and Coding Style
  • Binary Search
  • 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
    • 1785. Minimum Elements to Add to Form a Given Sum
    • 122. Best Time to Buy and Sell Stock II
    • 45. Jump Game II
    • 55. Jump Game
    • 452. Minimum Number of Arrows to Burst Balloons
    • 871. Minimum Number of Refueling Stops
    • Task Scheduler
    • 768. Max Chunks To Make Sorted II
    • Non-overlapping Intervals
    • 670. Maximum Swap
    • Binary Tree Cameras
    • 135. Candy
    • 358. Rearrange String k Distance Apart
    • 767. Reorganize String
    • 1057. Campus Bikes
    • 936. Stamping The Sequence
    • 1296. Divide Array in Sets of K Consecutive Numbers
    • 1342. Reduce Array Size to The Half
    • 1353. Maximum Number of Events That Can Be Attended
    • 1488. Avoid Flood in The City
    • 1647. Minimum Deletions to Make Character Frequencies Unique
    • 1648. Sell Diminishing-Valued Colored Balls
    • 1665. Minimum Initial Energy to Finish Tasks
  • Design
  • Queue
Powered by GitBook
On this page

Was this helpful?

Greedy

1785. Minimum Elements to Add to Form a Given Sum122. Best Time to Buy and Sell Stock II45. Jump Game II55. Jump Game452. Minimum Number of Arrows to Burst Balloons871. Minimum Number of Refueling StopsTask Scheduler768. Max Chunks To Make Sorted IINon-overlapping Intervals670. Maximum SwapBinary Tree Cameras135. Candy358. Rearrange String k Distance Apart767. Reorganize String1057. Campus Bikes936. Stamping The Sequence1296. Divide Array in Sets of K Consecutive Numbers1342. Reduce Array Size to The Half1353. Maximum Number of Events That Can Be Attended1488. Avoid Flood in The City1647. Minimum Deletions to Make Character Frequencies Unique1648. Sell Diminishing-Valued Colored Balls1665. Minimum Initial Energy to Finish Tasks
PreviousLicense Key FormattingNext1785. Minimum Elements to Add to Form a Given Sum

Last updated 6 years ago

Was this helpful?