Maximum circle-greedy approach


what is wrong in this code as it is not passing any test cases?

Hey @shubhangis248
Everything is correct except the answer u are printing u have to print (n-cnt) as answers because we have to output min circles we will remove ,so if we are keeping cnt then we will remove n-cnt.