Kaushik Narayan R 9da326288a day 2: 69-sqrt-x
also refactored, added drivers
2023-09-27 11:22:43 -07:00

6 lines
78 B
C++

class Solution
{
public:
int mySqrt(int x);
bool test(int x, int answer);
};