Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented a stop button for BFS/ DFS/ Dijksra visualization #507

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TejasSaraf
Copy link

@TejasSaraf TejasSaraf commented Oct 31, 2024

πŸ› οΈ Fixes Issue

Fixes: #496

πŸ‘¨β€πŸ’» Description

-When the "Start BFS" button is clicked, it does not change to "Stop BFS" as expected; both functions are still tied to the same button, but the label remains unchanged. Added a distinct "Stop" button to halt the visualization effectively.

πŸ“„ Type of Change

  • Bug fix (non-breaking change which fixes an issue)

πŸ“· Screenshots/GIFs (if any)

Screenshot (151)

βœ… Checklist

  • I am a participant of GSSoC-ext.
  • I have followed the contribution guidelines of this project.
  • I have viewed deployment of my code.
  • My changes generate no new warnings.
  • I have made this change from my own.
  • I have taken help from some online resources.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have added documentation to explain my changes.

🀝 GSSoC Participation

  • This PR is submitted under the GSSoC program.
  • I have taken prior approval for this feature/fix.

Copy link

Thank you for submitting your pull request! πŸ™Œ We'll review it as soon as possible. In the meantime, If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

netlify bot commented Oct 31, 2024

❌ Deploy Preview for classy-frangipane-68da92 failed. Why did it fail? β†’

Name Link
πŸ”¨ Latest commit 2d97833
πŸ” Latest deploy log https://app.netlify.com/sites/classy-frangipane-68da92/deploys/6724035d76213900082fa0e4

Copy link

netlify bot commented Oct 31, 2024

❌ Deploy Preview for dfs-bfs-graph-travers failed. Why did it fail? β†’

Name Link
πŸ”¨ Latest commit 2d97833
πŸ” Latest deploy log https://app.netlify.com/sites/dfs-bfs-graph-travers/deploys/6724035dd38d6f000882df8c

Copy link

netlify bot commented Oct 31, 2024

❌ Deploy Preview for dfs-bfs-graph-traversal failed. Why did it fail? β†’

Name Link
πŸ”¨ Latest commit 2d97833
πŸ” Latest deploy log https://app.netlify.com/sites/dfs-bfs-graph-traversal/deploys/6724035d016a650008824b82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Stop button not visible to stop BFS, DFS, or Dijkstra visualization
1 participant