Skip to content

Create Flipping Bits#8

Open
pankajkr987 wants to merge 1 commit into
abhishekSharmaGithub:mainfrom
pankajkr987:patch-1
Open

Create Flipping Bits#8
pankajkr987 wants to merge 1 commit into
abhishekSharmaGithub:mainfrom
pankajkr987:patch-1

Conversation

@pankajkr987

Copy link
Copy Markdown

You will be given a list of 32 bit unsigned integers. Flip all the bits ( and ) and return the result as an unsigned integer.

Example:
sample input:
3
2147483647
1
sample output:
2147483648
4294967294
4294967295
0

You will be given a list of 32 bit unsigned integers. Flip all the bits ( and ) and return the result as an unsigned integer.

Example:
sample input:
3
2147483647
1
sample output:
2147483648
4294967294
4294967295
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant