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

Added sidebar to view real time BFS/DFS traversal steps #473

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

mehul-m-prajapati
Copy link
Contributor

@mehul-m-prajapati mehul-m-prajapati commented Oct 29, 2024

πŸ› οΈ Fixes Issue

Fixes: #250

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

  • Added real time BFS/DFS traversal steps

πŸ“„ Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (adds or updates related documentation)

πŸ“· Screenshots/GIFs (if any)

BFS

Animation3

DFS

Animation1

βœ… 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 29, 2024

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

Name Link
πŸ”¨ Latest commit b6ade31
πŸ” Latest deploy log https://app.netlify.com/sites/classy-frangipane-68da92/deploys/6721372d3794470008ae5b14

Copy link

netlify bot commented Oct 29, 2024

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

Name Link
πŸ”¨ Latest commit b6ade31
πŸ” Latest deploy log https://app.netlify.com/sites/dfs-bfs-graph-traversal/deploys/6721372d3f6681000858dbb1

Copy link

netlify bot commented Oct 29, 2024

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

Name Link
πŸ”¨ Latest commit b6ade31
πŸ” Latest deploy log https://app.netlify.com/sites/dfs-bfs-graph-travers/deploys/6721372d9f75e50008eafaed

@mehul-m-prajapati mehul-m-prajapati changed the title Added real time BFS traversal steps Added real time BFS/DFS traversal steps Oct 29, 2024
@mehul-m-prajapati mehul-m-prajapati changed the title Added real time BFS/DFS traversal steps Added sidebar to view real time BFS/DFS traversal steps Oct 29, 2024
@sakeel-103 sakeel-103 self-requested a review October 30, 2024 08:05
@sakeel-103 sakeel-103 merged commit a80e1ca into sakeel-103:master Oct 30, 2024
0 of 23 checks passed
Copy link

πŸŽ‰πŸŽ‰ Thank you for your contribution! Your PR #473 has been merged! πŸŽ‰πŸŽ‰

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

Successfully merging this pull request may close these issues.

Real-time bfs dfs algorithm explanation during traversal
2 participants