Skip to content

Commit b4b164a

Browse files
authoredSep 10, 2019
Update 201.bitwise-and-of-numbers-range.md
1 parent 991b6b5 commit b4b164a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed
 

‎problems/201.bitwise-and-of-numbers-range.md

-23
Original file line numberDiff line numberDiff line change
@@ -81,29 +81,6 @@ Output: 0
8181
*
8282
* [201] Bitwise AND of Numbers Range
8383
*
84-
* https://leetcode.com/problems/bitwise-and-of-numbers-range/description/
85-
*
86-
* algorithms
87-
* Medium (35.58%)
88-
* Total Accepted: 78.9K
89-
* Total Submissions: 221.3K
90-
* Testcase Example: '5\n7'
91-
*
92-
* Given a range [m, n] where 0 <= m <= n <= 2147483647, return the bitwise AND
93-
* of all numbers in this range, inclusive.
94-
*
95-
* Example 1:
96-
*
97-
*
98-
* Input: [5,7]
99-
* Output: 4
100-
*
101-
*
102-
* Example 2:
103-
*
104-
*
105-
* Input: [0,1]
106-
* Output: 0
10784
*/
10885
/**
10986
* @param {number} m

0 commit comments

Comments
 (0)