Added BinaryToHex Conversion

This commit is contained in:
ddhira123
2021-10-14 19:34:10 +07:00
parent 5f601fac8d
commit 0f39167538
4 changed files with 81 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import {IsPowerOfTwo} from '../IsPowerOfTwo'
import { IsPowerOfTwo } from '../IsPowerOfTwo'
test('Check if 0 is a power of 2 or not:', () => {
const res = IsPowerOfTwo(0)