Posts

C Program to Sort an Array using Count Sort Technique

C Program to search an element in an Array using Binary Search (Recursive Approach)

C Program to find the Maximum value of XOR between two numbers - HackerRank

C Program to find the Number of times when XOR s equal to Sum between 1 and n - HackerRank

C Program to find the element present only one time while other elements are present k times - Bit Manipulation

C Program to find the two elements present only one time while other elements are present two times - Bit Manipulation

C Program to find the Element with an odd number of count in an Array in which all other elements are present even number of times - Bit Manipulation

C Program to Set the Most Significant Bit (MSB) and Least Significant Bit (LSB) till ith bit - Bit Manipulation