We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d87a18 commit 6568d2dCopy full SHA for 6568d2d
scripts/algorithms/B/Binary Gap/Binary Gap.cpp
@@ -1,3 +1,4 @@
1
+// Runtime: 0 ms (Top 100.00%) | Memory: 5.9 MB (Top 76.87%)
2
class Solution {
3
public:
4
int binaryGap(int n) {
@@ -20,4 +21,4 @@ class Solution {
20
21
}
22
return res;
23
-};
24
+};
0 commit comments