Skip to content

Commit d176b39

Browse files
Joe Riggsyangshun
Joe Riggs
authored andcommitted
Fix typo (yangshun#85)
1 parent d1688df commit d176b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithms/bit-manipulation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Bit Manipulation
22
==
33

44
- How do you verify if an interger is a power of 2?
5-
- Wirte a program to print the binary representation of an integer.
5+
- Write a program to print the binary representation of an integer.
66
- Write a program to print out the number of 1 bits in a given integer.
7-
- Write a program to determine the largest possible integer using the same number of 1 bits in a given number.
7+
- Write a program to determine the largest possible integer using the same number of 1 bits in a given number.

0 commit comments

Comments
 (0)