We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174de14 commit e4daec1Copy full SHA for e4daec1
scripts/algorithms/S/Sqrt(x)/Sqrt(x).js
@@ -1,3 +1,4 @@
1
+// Runtime: 112 ms (Top 59.43%) | Memory: 43.6 MB (Top 60.45%)
2
/**
3
* @param {number} x
4
* @return {number}
@@ -13,4 +14,3 @@ var mySqrt = function(x) {
13
14
}
15
return x;
16
};
-
0 commit comments