generated from OPCODE-Open-Spring-Fest/template
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
So, what is it about?
π Description
Add a visualization for Permutations under the Recursion category.
It should demonstrate how permutations are generated using recursion and backtracking.
β What to Implement
- Create
src/algorithms/Recursion/permutations.js - Implement recursive backtracking to generate permutations
- Visualize:
- Current index
- Swaps
- Backtracking steps
- Show all generated permutations in the output panel
π― Expected Outcome
A step-by-step visualizer showing swaps, recursion depth, and backtracking clearly.
β Semver Changes
- Minor (new feature)
- Patch
- Major
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels