sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 290 forks source link

Bellman Ford Algorithm #342

Open mahimagoyalx opened 4 years ago

mahimagoyalx commented 4 years ago

🚀 Feature

An algorithm to find the shortest path from a vertex to all other vertices of a weighted graph.

Have you read the Contribution Guidelines?

Yes

Pitch

It is similar to Dijkstra's algorithm but it can work with graphs in which edges can have negative weights.

Assignees

@nikolatechie - C, C++, Java & Python @haydarai - C# and JS

nikolatechie commented 4 years ago

Hello. I'd like to be assigned this issue. I will implement it in C, C++, Java and Python.

mahimagoyalx commented 4 years ago

@nikolatechie - C, C++, Java & Python Assigned :)

haydarai commented 4 years ago

@mahimagoyalx can I do the C# and JS version?

sukritishah15 commented 4 years ago

@haydarai - C# and JS Assigned