Skip to content

Commit 6568d2d

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 5.9 MB (Top 76.87%)
1 parent 6d87a18 commit 6568d2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/B/Binary Gap/Binary Gap.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 5.9 MB (Top 76.87%)
12
class Solution {
23
public:
34
int binaryGap(int n) {
@@ -20,4 +21,4 @@ class Solution {
2021
}
2122
return res;
2223
}
23-
};
24+
};

0 commit comments

Comments
 (0)