removed tab error from BinaryEquivalent file in Recursive

This commit is contained in:
Chiranjeev
2021-08-19 15:41:36 +05:30
parent 1d381c5032
commit 966349741b

View File

@ -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/