Topic: Greedy Algorithm Problem / Level: beginner

Problem: Distribute a set of awards among a group of people such that no two adjacent people receive the same award.

Run the code to see the output here...