Maximum circles problem

only 4/6 test cases passing.Please help

hello @sarthak051999,
image

here u need to compare ur ith circle with the previous included circle.use a variable to keep track of previous included circle and compare ur ith circle with that. if it satisfies then update ur previous variable and increase the count