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

Add Tower Traverser gamefication view to the application #558

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

shubhagarwal1
Copy link
Contributor

@shubhagarwal1 shubhagarwal1 commented Nov 8, 2024

fix: #545
Tower Traverser
Implementation: Build a tower with multiple floors and rooms. Use DFS to explore each room on a floor deeply before moving to the next floor, while BFS can help find the fastest route to a specific room or floor.
https://www.loom.com/share/9082bf383e07424ea32942c39ea09f0c?sid=111ca31d-f355-40d6-a81c-ea6ffebb2ea5

Copy link

github-actions bot commented Nov 8, 2024

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 Nov 8, 2024

Deploy Preview for dfs-bfs-graph-traversal ready!

Name Link
🔨 Latest commit 49bbb4d
🔍 Latest deploy log https://app.netlify.com/sites/dfs-bfs-graph-traversal/deploys/672f0f39edbe58000864c84c
😎 Deploy Preview https://deploy-preview-558--dfs-bfs-graph-traversal.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sakeel-103
Copy link
Owner

sakeel-103 commented Nov 8, 2024

@shubhagarwal1
Conflict issue
Also add issue no.

@sakeel-103
Copy link
Owner

sakeel-103 commented Nov 8, 2024

@shubhagarwal1
could you please add this algorithm in the navbar visualizer section. Also modify the navbar as put all the visualizing algorithm inside this section. Like when user click then it shows a drop down where have all the visualizing algorithms.
sorting, and other.

Screenshot 2024-11-08 191516

Ex -
Screenshot 2024-11-08 192330

@shubhagarwal1
Copy link
Contributor Author

Hey @sakeel-103 i have solve d the conflicts, cannot embed the navbar in thisi PR as will raise the conflicts again

@sakeel-103 sakeel-103 merged commit 8991a9f into sakeel-103:master Nov 9, 2024
4 checks passed
Copy link

github-actions bot commented Nov 9, 2024

🎉🎉 Thank you for your contribution! Your PR #558 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.

Adding 5 Games that can help students to learn dfs and bfs more interestingly
2 participants