bishwobista / crack-code

Crack all the coding questions.
7 stars 43 forks source link

3 Greedy Problems #46

Closed Arceen closed 11 months ago

Arceen commented 11 months ago

Description I have added 3 greedy problems in python. One is maximizing profit, one is finding minimum jumps to go to the end of list, another is completing a run through all the gas stations

Issue

15