-
-
Notifications
You must be signed in to change notification settings - Fork 40
Breadth First Search #210
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
Breadth First Search #210
Conversation
prathimacode-hub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Write your project repo name as "Breadth First Search" and elaborate the README file.
@Iamtripathisatyam
prathimacode-hub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR approved. Keep going. 👌👏@Iamtripathisatyam
Thank you so much, mam. |
Related Issue: #209
Issues name: Breadth First Search, Directory: Graph
Closes: #209
Description:
Created a script for Breadth-first search. Breadth-first search (BFS) is used to solve many problems, including finding the shortest path in a graph or solving puzzle games such as Rubik’s Cubes.
Type of change
What sort of change have you made:
How Has This Been Tested?
This script or code has been tested using various test cases and scenarios.
Checklist: