You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solution/0100-0199/0190.Reverse Bits/README_EN.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,7 @@ tags:
17
17
18
18
<!-- description:start -->
19
19
20
-
<p>Reverse bits of a given 32 bits unsigned integer.</p>
21
-
22
-
<p><strong>Note:</strong></p>
23
-
24
-
<ul>
25
-
<li>Note that in some languages, such as Java, there is no unsigned integer type. In this case, both input and output will be given as a signed integer type. They should not affect your implementation, as the integer's internal binary representation is the same, whether it is signed or unsigned.</li>
26
-
<li>In Java, the compiler represents the signed integers using <a href="https://en.wikipedia.org/wiki/Two%27s_complement" target="_blank">2's complement notation</a>.</li>
27
-
</ul>
20
+
<p>Reverse bits of a given 32 bits signed integer.</p>
28
21
29
22
<p> </p>
30
23
<p><strongclass="example">Example 1:</strong></p>
Collapse file: solution/0200-0299/0294.Flip Game II/README.md
Copy file name to clipboardExpand all lines: solution/0300-0399/0374.Guess Number Higher or Lower/README_EN.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ tags:
19
19
20
20
<p>We are playing the Guess Game. The game is as follows:</p>
21
21
22
-
<p>I pick a number from <code>1</code> to <code>n</code>. You have to guess which number I picked.</p>
22
+
<p>I pick a number from <code>1</code> to <code>n</code>. You have to guess which number I picked (the number I picked stays the same throughout the game).</p>
23
23
24
24
<p>Every time you guess wrong, I will tell you whether the number I picked is higher or lower than your guess.</p>
0 commit comments