## [Bit Manipulation](https://www.hackerrank.com/domains/algorithms/bit-manipulation) Problem Name | Problem Link | Solution Link ------------ | ------------ | ------------- Lonely Integer | [Problem](https://www.hackerrank.com/challenges/lonely-integer/problem) | [Solution](/LonelyInteger.java) Maximising XOR | [Problem](https://www.hackerrank.com/challenges/maximizing-xor/problem) | [Solution](/MaximisingXOR.java) Sum Vs Xor | [Problem](https://www.hackerrank.com/challenges/sum-vs-xor/problem) | [Solution](/SumVsXor.java) The Great Xor | [Problem](https://www.hackerrank.com/challenges/the-great-xor/problem) | [Solution](/TheGreatXor.java) Flipping Bits | [Problem](https://www.hackerrank.com/challenges/flipping-bits/problem) | [Solution](/FlippingBits.java) Sansa And Xor | [Problem](https://www.hackerrank.com/challenges/sansa-and-xor/problem) | [Solution](/SansaAndXor.java) And Product | [Problem](https://www.hackerrank.com/challenges/and-product/problem) | [Solution](/AndProduct.java) Cipher | [Problem](https://www.hackerrank.com/challenges/cipher/problem) | [Solution](/Cipher.java)