CodeChefMUST / Algorithms

A repository by Codechef@MUST for data structures and algorithms
MIT License
20 stars 45 forks source link

Graph Traversal: BFS in Python #138

Open deepansha-singh opened 2 years ago

deepansha-singh commented 2 years ago

Important:

Before you start your work on this issue, make sure you go through the README.md and Contribution Guidelines.md and

do not submit plagiarized code.

File structure:

  1. Within the Traversal Algorithms directory, create a new sub-directory Graph Traversals, if it doesn't exist already.
  2. And another subdirectory in Graph Traversals with the name BFS.
  3. In this directory, create one last directory Python

Here's how the final structure should look like:

Please follow the same naming conventions as mentioned in this comment.

We thank you for your contribution and time and we hope that you enjoy contributing to open source.

SanjanaSogimatt commented 2 years ago

Can I work on this?

deepansha-singh commented 2 years ago

Assigned to @SanjanaSogimatt

Please go through the repository guidelines carefully. Looking forward to your contribution!

mayuribotre15 commented 2 years ago

Can I work on this?

I have gone through the repository and find that BFS algorithm is yet not implemented in Python. I love to work on "Graph Traversal: BFS in Python" issue.

Looking forward to contribute on this repository.