You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, I built a decimal-to-binary converter using JavaScript. I learnt the fundamental concepts of recursion, explored the call stack, and built out a visual representation of the recursion process through an animation.
Converter is a Python-based tool that allows you to check and convert numbers between different formats, including Binary, Decimal, Octal, and Hexadecimal. With functions like CheckBinary, CheckDecimal, DecimalToBinary, and more, it provides an easy way to perform number system conversions and validations.