-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Binary to Decimal Conversion #398
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed that the previous PR that you opened for decimal to binary I asked you to write the functions as convert and inverse (thinking that they were in their own package I made a mistake). Could you also correct those two functions. Rename Convert to DecimalToBinary
and Inverse
to Reverse
in the strings package NOT in the convert package.
Kindly have a look! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider the changes I have suggested. Apart from that everything looks fine to me 😄
Sounds great, Kindly have a look! 🙃 |
@siriak |
@motasimmakki why should we invite you? |
Description:
Algorithm to convert Binary number into its equivalent Decimal number.