Pyhagorean triplet not passing all test cases
@codingblockscpp
Your program has a very high time complexity. This problem can be solved in O(1) time.
Watch this hint video to get the idea how to solve this problem in O(1) time .
@codingblockscpp
Your program has a very high time complexity. This problem can be solved in O(1) time.
Watch this hint video to get the idea how to solve this problem in O(1) time .