Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
The Decimal to Binary function did not account for the numbers whose binary can extend beyond the limit of Integers. So I have used Strings to store the output binary so that it can store bigger values of binaries.
