Dhanaraj S421. Maximum XOR of Two Numbers in an ArrayCheck out the problem description here.Mar 26, 2022Mar 26, 2022
Dhanaraj SScore After Flipping MatrixCheck out the problem statement on this link.Feb 26, 2022Feb 26, 2022
Dhanaraj S1829. Maximum XOR for Each QueryCheck out the leetcode for the problem statement.Feb 26, 2022Feb 26, 2022
Dhanaraj S645. Set MismatchYou have a set of integers s, which originally contains all the numbers from 1 to n. Unfortunately, due to some error, one of the numbers…Feb 17, 2022Feb 17, 2022
Dhanaraj S405. Convert a Number to HexadecimalGiven an integer num, return a string representing its hexadecimal representation. For negative integers, two’s complement method is used.Feb 17, 2022Feb 17, 2022
Dhanaraj S1342. Number of Steps to Reduce a Number to ZeroGiven an integer num, return the number of steps to reduce it to zero.Feb 12, 2022Feb 12, 2022
Dhanaraj S477. Total Hamming Distance IIThe Hamming distance between two integers is the number of positions at which the corresponding bits are different.Feb 12, 2022Feb 12, 2022
Dhanaraj S477. Total Hamming Distance IIThe Hamming distance between two integers is the number of positions at which the corresponding bits are different.Feb 12, 2022Feb 12, 2022
Dhanaraj S231. Power of twoGiven an integer n, return true if it is a power of two. Otherwise, return false.Feb 2, 2022Feb 2, 2022