We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Isosceles Triangles
You are viewing a single comment's thread. Return to all 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.