# Greedy Practice Problems ### Warm ups * [Assign Cookies](https://leetcode.com/problems/assign-cookies/description/) * [Best Time to Buy and Sell Stock II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/description/) * [Non-overlapping Intervals](https://leetcode.com/problems/non-overlapping-intervals/description/) * [Video walkthrough](https://www.youtube.com/watch?v=_W0NzvQXnHg) ### Session 1 * [Gas Stations](https://leetcode.com/problems/gas-station/description/) * [Score from Matrix](https://leetcode.com/problems/score-after-flipping-matrix/) ### Session 2 - [Increasing Digits](https://leetcode.com/problems/monotone-increasing-digits) - [Remove K Digits](https://leetcode.com/problems/remove-k-digits/description/) ### HackerRank - [Jump Game](https://leetcode.com/problems/jump-game/) - [Jump Game II](https://leetcode.com/problems/jump-game-ii/)