Leetcode 1282. Group the People Given the Group Size They Belong To
Partition the people into disjoint groups so that each person i is in a group whose size equals groupSizes[i]; the task reduces to collecting indices by required size and outputting fixed-size chunks for each size (a valid partition is guaranteed).
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
0
Hello Interview Premium
Your account is free and you can post anonymously if you choose.