https://github.com/pavan-kumar2/js-recursion-practice
https://github.com/pavan-kumar2/js-recursion-practice
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pavan-kumar2/js-recursion-practice
- Owner: pavan-kumar2
- Created: 2025-09-12T02:44:45.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-21T14:26:30.000Z (9 months ago)
- Last Synced: 2025-09-21T16:24:57.061Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Recursion Practice
This repo contains common recursion problems in JavaScript for interview preparation.
## Problems Covered
- Factorial
- Fibonacci
- Sum of natural numbers
- Reverse string
- Flatten array
- Palindrome
- Deep clone object
- DOM traversal
- String permutations
- Binary search
## How to Run
```bash
npm test
```