Isosceles Triangles

  • + 0 comments

    What time complexity is required for this problem to pass the test case. My solution of O(N^2) is terminating due to timeout in test case 1. It is returning corret results in all cases but I got 0.