Important:
Before you start your work on this issue, make sure you go through the README.md and Contribution Guidelines.md
File structure:
- Create the
Graph Algorithms directory, if not already created.
- Create the
Bellman Ford sub directory the Graph Algorithms directory if not already created.
- Create the
Python directory in the Bellman Ford directory.
- Create the file
BellmanFord.py.
Here's how the final structure should look like:
- Graph Algorithms
- Bellman Ford
- Algorithm.md
- C++
- BellmanFord.cpp
- Java
- Python
Please follow the same naming conventions as mentioned in this comment.
Before you create a pull request, if you observe that the required folders have already been created, then please refrain from creating a new one, make some changes in your forked repository so that it matches with the current one and there are no conflicts.
Note that all PRs are being checked for plagiarism, please refrain from indulging in any crooked means, we trust you!
We thank you for your contribution and time and we hope that you enjoy contributing to open source.
Important:
Before you start your work on this issue, make sure you go through the README.md and Contribution Guidelines.md
File structure:
Graph Algorithmsdirectory, if not already created.Bellman Fordsub directory theGraph Algorithmsdirectory if not already created.Pythondirectory in theBellman Forddirectory.BellmanFord.py.Here's how the final structure should look like:
- BellmanFord.cpp
Please follow the same naming conventions as mentioned in this comment.
Before you create a pull request, if you observe that the required folders have already been created, then please refrain from creating a new one, make some changes in your forked repository so that it matches with the current one and there are no conflicts.
Note that all PRs are being checked for plagiarism, please refrain from indulging in any crooked means, we trust you!
We thank you for your contribution and time and we hope that you enjoy contributing to open source.