Recursion is a programming concept where a function calls itself. This can reduce a complex problem into simpler sub-problems, until they become straightforward to solve.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
kariukimikael/FCC-Decimal-to-Binary-converter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
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.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published