Skip to content

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.

Notifications You must be signed in to change notification settings

kariukimikael/FCC-Decimal-to-Binary-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

No packages published