Closed vaskoz closed 4 years ago
Good morning! Here's your coding interview problem for today.
Given a real number n, find the square root of n. For example, given n = 9, return 3.
n
n = 9
3
Identical to Day 129: https://github.com/vaskoz/dailycodingproblem-go/issues/263
Good morning! Here's your coding interview problem for today.
Given a real number
n
, find the square root ofn
. For example, givenn = 9
, return3
.