Skip to content

Commit 9663497

Browse files
removed tab error from BinaryEquivalent file in Recursive
1 parent 1d381c5 commit 9663497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Recursive/BinaryEquivalent.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
*
44
* What is Binary Equivalent?
55
* - In binary number system, a number is represented in terms of 0s and 1s,
6-
* for example:
7-
* - Binary Of 2 = 10
8-
* - Binary of 3 = 11
9-
* - Binary of 4 = 100
6+
* for example:
7+
* - Binary Of 2 = 10
8+
* - Binary of 3 = 11
9+
* - Binary of 4 = 100
1010
*
1111
* Reference on how to find Binary Equivalent
1212
* - https://byjus.com/maths/decimal-to-binary/

0 commit comments

Comments
 (0)