NJACKWinterOfCode / nwoc_algorithms

This is a library of various algorithms that are used in competitive programming.
6 stars 52 forks source link

Added Bellman ford algorithm. #49

Closed Tanmay211 closed 4 years ago

Tanmay211 commented 4 years ago

Hey @abhishekchopra13 ! I just added the Bellman Ford algorithm for single source shortest path problem . Please check it out and please let me know if some changes are to be made and please merge my PR if you find it good. Thanks!