Skip to content

Conversation

@aparibocci
Copy link
Contributor

This PR aims to implement breadth-first search for unweighted graphs, starting at the given node.

The algorithm has a time complexity of O(|V| + |E|), where:

  • |V| is the number of nodes in the graph;
  • |E| is the number of edges in the graph.
@aparibocci
Copy link
Contributor Author

Hello @StepfenShawn, could I ask you to have a look at this MR when you have the opportunity?

Thank you in advance!

@StepfenShawn StepfenShawn merged commit 774a964 into TheAlgorithms:master May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants