manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Bellman-Ford algorithm #217

Open devjak26 opened 3 years ago

devjak26 commented 3 years ago

🚀 Feature

Bellman-Ford algorithm is used to find the shortest path from the source vertex to every vertex in a weighted graph.

Have you read the Contribution Guidelines?

Yes

Pitch

Bellman ford algorithm can also find the shortest distance to every vertex in the weighted graph even with the negative edges.

Assignees

(Do not make changes in this section until asked to do so)
C -
C# -
C++ - @devjak26 Go -
Java - @mofachhalhossain Javascript -
Kotlin -
Python -

devjak26 commented 3 years ago

@manan025 kindly assign me for c++

manan025 commented 3 years ago

@devjak26 - C++ assigned

mofachhalhossain commented 3 years ago

I want to contribute this algorithm in java.Assign me please.

manan025 commented 3 years ago

@mofachhalhossain - Assigned java