Skip to content

ziadhashem/Recursive-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♻️ Recursive Algorithm Visualizer

A simple visualization of recursion using HTML, CSS, and JavaScript.
This project demonstrates how recursive function calls work — by drawing nested boxes or steps dynamically in the browser.

📸 Preview

---Screenshot 2025-06-24 010038

👉 Live Demo: https://ziadhashem.github.io/Recursive-algorithm/


🧠 What It Does

  • Takes a number n as input
  • Recursively calls a function until the base case is reached
  • Displays each recursive call as a visual element on the page (e.g., boxes or blocks)
  • Helps beginners understand the concept of recursion in programming

Releases

No releases published

Packages

No packages published