Skip to content

[Feature]: Permutations Visualization (Recursion)Β #80

@Satvik-Singh192

Description

@Satvik-Singh192

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions