Py-Contributors / AlgorithmsAndDataStructure

Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star 🌟If it helps you
https://codeperfectplus.com/
MIT License
948 stars 642 forks source link

Created a folder named BFS under java/algorithm and added a Breadth-first searching algorithm( #issue - 958) #958

Closed oxBinaryBrain closed 8 months ago

oxBinaryBrain commented 8 months ago

Pull Request Template

Created a folder named BFS algoritm under java algorithms and added an BFS algorithm folder and added the algorithm

Write here what you have changed in codebase I have added a 'Breadth-first searching algorithm under the java/algorithms folder with a proper executable code. BFS is an algorithm for traversing or searching tree or graph data structures. It starts at the tree root (or some arbitrary node for a graph) and explores all of the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.

Issue no.(must) - #958

Self Check(Tick After Making pull Request)

acknowledgment