C++ Program Check if binary representation of a number is palindrome
Check if binary representation of a number is palindrome - Bit Algorithm - Given an integer ‘x’, write a C function that...
Check if binary representation of a number is palindrome - Bit Algorithm - Given an integer ‘x’, write a C function that...
C++ program How to turn off a particular bit in a number-Bit Algorithm-Given a number n and a value k, turn of the k’th bit...
C Program Swap two nibbles in a byte - Bit Algorithm - A nibble is a four-bit aggregation, or half an octet. There are two...
Check if a number is multiple of 9 using bitwise operators - Bit Algorithm - Given a number n, write a function that returns...
swap two numbers without using a temporary variable-Bit Algorithm-Given two variables, x and y, swap two variables without...
Karatsuba algorithm for fast multiplication - Given two binary strings that represent value of two integers, find the...
C Programming Find position of the only set bit - Given a number having only one ‘1’ and all other ’0’s in its binary...
Given an unsigned integer, swap all odd bits with even bits. For example, if the given number is 23 (00010111), it should be...
Given an unsigned integer, swap all odd bits with even bits. For example, if the given number is 23 (00010111), it should be...
Java Programming - Word Wrap Problem - Dynamic Programming Given a sequence of words, and a limit on the number of...
Our site uses cookies. By using this site, you agree to the Privacy Policy and Terms of Use.