Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a set of people with different skill levels. Divide them into teams such that the difference in skill levels within each team is minimized.

Run the code to see the output here...