Maximum Number of Weeks for Which You Can Work
There are n projects numbered from 0 to n - 1. You are given an integer array milestones where each milestones[i] denotes the number of milestones the i<sup>th</sup> project has.
You can work on the projects following these two rules:
Every week, yo...
perfinsights.hashnode.dev2 min read