Topic: Greedy Algorithm Problem / Level: beginner

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

Run the code to see the output here...