-
Notifications
You must be signed in to change notification settings - Fork 4
Greedy
Cenk Canarslan edited this page Mar 14, 2021
·
2 revisions
| PROBLEM DESCR. | SOLUTION | DIFFICULTY | RELATED TOPICS | ADDITIONAL INFO |
|---|---|---|---|---|
| LeetCode | 122. Best Time to Buy and Sell Stock II | 🟢Easy | Array, Greedy | Problem Set / Algorithms |
| LeetCode | 1221. Split a String in Balanced Strings | 🟢Easy | String, Greedy | Problem Set / Algorithms |
| LeetCode | 1710. Maximum Units on a Truck | 🟢Easy | Greedy, Sort | Problem Set / Algorithms |
| HackerRank | Minimum Absolute Difference in an Array | 🟢Easy | Greedy | Algorithms / Greedy |