pranjay-poddar / Dev-Geeks

open source project
https://devgeeks-os.netlify.app/repository_web_page/
MIT License
607 stars 821 forks source link

[GSSOC'23]: A recursion visualiser - JS project #4644

Closed Nikita06211 closed 1 year ago

Nikita06211 commented 1 year ago

Describe the project you want to add with tech stack The Recursion Visualizer is a web-based application that demonstrates the power of recursion in solving various mathematical problems. Through a simple and intuitive interface, users can enter a positive integer and choose from a range of recursion algorithms, including Factorial, Fibonacci, Sum of Array, and Power Function.

Expected behavior The Recursion Visualizer is a web-based application that demonstrates the power of recursion in solving various mathematical problems. Through a simple and intuitive interface, users can enter a positive integer and choose from a range of recursion algorithms, including Factorial, Fibonacci, Sum of Array, and Power Function.

The visualizer showcases step-by-step recursive calls, providing a clear understanding of how these algorithms work. Users can observe the recursive process in action and witness how each function breaks down complex problems into smaller, more manageable subproblems.

Nikita06211 commented 1 year ago

@MohitGupta121 @TusharKesarwani sir kindly assign me this issue