Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a list of people with different skill levels. Divide them into teams such that the difference in skill levels between the strongest and weakest team members is minimized.

Run the code to see the output here...