mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-22 20:21:51 +08:00
Added BinaryToHex Conversion
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user