Topic: Greedy Algorithm Problem / Level: beginner

Problem: Find the minimum number of groups required to partition people into groups such that the difference in height within each group is minimized.

Run the code to see the output here...