#coding-challenge
Read more stories on Hashnode
Articles with this tag
Introduction We make use of XOR principles in finding a missing element. Let’s see how to achieve this using the XOR operator. Problem statement Given...
In this lesson, we will try to check if the given number is a power of 2. We solve this by writing an efficient algorithm that takes an optimal amount...
In this lesson, we find the number of positions where the bits are different for the given input. Introduction In this question, we will find the...