Skip to content

Commit

Permalink
Fix typo (yangshun#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Riggs authored and yangshun committed Nov 14, 2017
1 parent d1688df commit d176b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms/bit-manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Bit Manipulation
==

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

0 comments on commit d176b39

Please sign in to comment.