mariazevedo88 / hackerrank-challenges

A project of solved Java/SQL challenges from HackerRank website
MIT License
17 stars 8 forks source link

Greedy Florist (Java) - Greedy Algorithms #6

Closed mariazevedo88 closed 4 years ago

mariazevedo88 commented 4 years ago

Minimize the amount of money it costs of a group of friends to buy all 'n' flowers.

mariazevedo88 commented 4 years ago

Solved on https://github.com/mariazevedo88/hackerrank-challenges/pull/61.