Algorithms Problem Solving: Group the people
This post is part of the Algorithms Problem Solving series.
Problem description
This is the Group the People problem. The description looks like this:
There are n people whose IDs go from 0 to n - 1 and each person belongs exactly to one group. Given...
tk.hashnode.dev