CodeHarborHub / codeharborhub.github.io

Welcome to CodeHarborHub! Our mission is to provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals. Whether you're looking to kickstart your career in web development, master a new programming language, or stay updated on the latest tech trends, we've got you covered.
https://codeharborhub.github.io/
MIT License
79 stars 161 forks source link

[Feature Request]: Implementing Bellman Ford algorithm in C++ under DSA folder. #3487

Closed sjain1909 closed 2 months ago

sjain1909 commented 2 months ago

Is there an existing issue for this?

Feature Description

I am requesting the implementation of the Bellman-Ford algorithm in C++ for the Data Structures and Algorithms (DSA) folder. The Bellman-Ford algorithm computes the shortest paths from a single source vertex to all other vertices in a weighted graph. It can handle graphs with negative weight edges, which many other shortest path algorithms cannot.

Use Case

This feature would be a valuable addition to the DSA folder as it provides an essential algorithm for handling graphs with negative weights, a common requirement in various applications. A specific use case for this feature would be in educational settings where students learn about graph algorithms, particularly those dealing with negative weights.

Benefits

Implementing the Bellman-Ford algorithm in the DSA folder would enhance the repository by adding a crucial graph algorithm, aiding in educational purposes, and providing developers with a reliable solution for shortest path computations in graphs with negative weights.

Add ScreenShots

No response

Priority

High

Record

github-actions[bot] commented 2 months ago

Hi @sjain1909! Thanks for opening this issue. We appreciate your contribution to this open-source project. Your input is valuable and we aim to respond or assign your issue as soon as possible. Thanks again!

sjain1909 commented 2 months ago

@Ajay-Dhangar sir, kindly assign me this issue under GSSOC'24.

ajay-dhangar commented 2 months ago

Hi @sjain1909

Here are some Guidelines for Writing DSA Problem Solutions for your reference. Please ensure that all your contents follow these guidelines so that we can maintain the quality of the solutions at a high level.

Feel free to ask if you have any questions.

github-actions[bot] commented 2 months ago

Hello @sjain1909! Your issue #3487 has been closed. Thank you for your contribution!