From 966349741bb763f04ead58085478730dd81997cd Mon Sep 17 00:00:00 2001 From: Chiranjeev <6258860@gmail.com> Date: Thu, 19 Aug 2021 15:41:36 +0530 Subject: [PATCH] removed tab error from BinaryEquivalent file in Recursive --- Recursive/BinaryEquivalent.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Recursive/BinaryEquivalent.js b/Recursive/BinaryEquivalent.js index 05526c64d..a3a8de0c9 100644 --- a/Recursive/BinaryEquivalent.js +++ b/Recursive/BinaryEquivalent.js @@ -3,10 +3,10 @@ * * What is Binary Equivalent? * - In binary number system, a number is represented in terms of 0s and 1s, - * for example: - * - Binary Of 2 = 10 - * - Binary of 3 = 11 - * - Binary of 4 = 100 + * for example: + * - Binary Of 2 = 10 + * - Binary of 3 = 11 + * - Binary of 4 = 100 * * Reference on how to find Binary Equivalent * - https://byjus.com/maths/decimal-to-binary/