Posts

C Program to implement solution for Stocks Buy and Sell problem Part 2 - LeetCode

C Program to Sort an Array using Count Sort Technique

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 Set the Most Significant Bit (MSB) and Least Significant Bit (LSB) till ith bit - Bit Manipulation

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

C Program to Change the case of an Alphabet using Bit Manipulation

C Program to subtract two numbers using Bitwise Operations i.e. without using minus (-) sign