You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Visualizing DFS & BFS on a grid/maze.
Sorting Visualizer: Show how different sorting algorithms rearrange the array step-by-step.
Visual learning is powerful—help beginners understand DSA concepts intuitively!
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: