DS-Algo-Zone
DS-Algo-Zone copied to clipboard
Shortest Path in Unweighted Graph using BFS
🚀 Feature
Shortest path from one node to another node in an unweighted graph using Breadth First Search.
Have you read the Contribution Guidelines?
Yes
Pitch
Complexity of this algorithm: O(V+E) Complexity of Dijkstra algorithm: O(V^2) when unoptimized, or O(V + E log V) when optimized using Priority Queue.
This algorithm is faster than the popular Dijkstra Algorithm, and is also far simpler, as it only uses a Breadth First Search.
I would like to tackle this problem using Python
Assigned to: @crapthecoder - Python @shubhamnag14 - C++ @ShivangiRai1310 - Java
Can I work in this issue using c++
@shubhamnag14 Sure.
Can I work on this using Java?
@ShivangiRai1310 Sure
@manan025 I want to work on this?
@vedant-jain03 language?
@manan025 I want to work in on this in c++
@Mudit018 already assigned. Sorry.