In the editorial of this problem why “done” variable is initialised with 1.
here is the editorial code:
Maximum circles
since we are considering the first circle & for that reason we start the for loop from index 1
hence we consider done 1
In the editorial of this problem why “done” variable is initialised with 1.
here is the editorial code:
since we are considering the first circle & for that reason we start the for loop from index 1
hence we consider done 1