Issue: Let’s make learning DSA interactive! Your task is to create a JavaScript-based visualization of any DSA concept (e.g., Graph Traversal, Sorting, Recursion).
Requirements:
- Use libraries like D3.js or p5.js to create visualizations.
- The visualization should allow users to input data and observe the algorithm in action.
- Add a README.md explaining the code structure, along with screenshots or gifs showing the demo.
Suggested Ideas:
Issue: Let’s make learning DSA interactive! Your task is to create a JavaScript-based visualization of any DSA concept (e.g., Graph Traversal, Sorting, Recursion).
Requirements:
Suggested Ideas:
Visualizing DFS & BFS on a grid/maze.
Sorting Visualizer: Show how different sorting algorithms rearrange the array step-by-step.