mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
removed tab error from BinaryEquivalent file in Recursive
This commit is contained in:
@ -3,10 +3,10 @@
|
|||||||
*
|
*
|
||||||
* What is Binary Equivalent?
|
* What is Binary Equivalent?
|
||||||
* - In binary number system, a number is represented in terms of 0s and 1s,
|
* - In binary number system, a number is represented in terms of 0s and 1s,
|
||||||
* for example:
|
* for example:
|
||||||
* - Binary Of 2 = 10
|
* - Binary Of 2 = 10
|
||||||
* - Binary of 3 = 11
|
* - Binary of 3 = 11
|
||||||
* - Binary of 4 = 100
|
* - Binary of 4 = 100
|
||||||
*
|
*
|
||||||
* Reference on how to find Binary Equivalent
|
* Reference on how to find Binary Equivalent
|
||||||
* - https://byjus.com/maths/decimal-to-binary/
|
* - https://byjus.com/maths/decimal-to-binary/
|
||||||
|
Reference in New Issue
Block a user