cosmos icon indicating copy to clipboard operation
cosmos copied to clipboard

Bellman Ford algorithm

Open soundaryasenthil02 opened this issue 3 years ago • 4 comments
trafficstars

This is a(n):

  • [ ] New algorithm
  • [x] Update to an existing algorithm
  • [ ] Error
  • [ ] Proposal to the Repository

Details: Given a graph and a source vertex src in graph, find shortest paths from src to all vertices in the given graph. The graph may contain negative weight edges.

soundaryasenthil02 avatar Nov 22 '21 13:11 soundaryasenthil02

Can I work on this?

MichaelC101 avatar Jan 21 '22 01:01 MichaelC101

Hi! Could I work on this issue in C++?

AnikaAChowdhury avatar Jan 21 '22 20:01 AnikaAChowdhury

Yes, you can contribute. Please follow installation guides and style guides.

soundaryasenthil02 avatar Jan 23 '22 04:01 soundaryasenthil02

Hi I have pushed the bellman ford code to pancake sort pull request please review it

harshit078 avatar Jan 26 '22 13:01 harshit078