You will be given a big integer, you should return the square root of it.
input: '16' output: '4'
have fun!
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers11
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2055 Solvers
-
Sum all integers from 1 to 2^n
17887 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14138 Solvers
-
Matrix rotation as per given angle
120 Solvers
-
5886 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Methods:
https://en.wikipedia.org/wiki/Methods_of_computing_square_roots
https://zhidao.baidu.com/question/985260911585413619.html