TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.32k stars 7.17k forks source link

Feat: Added Dial's Algorithm #2679

Closed Lazeeez closed 6 months ago

Lazeeez commented 7 months ago

Description of Change

Checklist

Notes: Added dial's algorithm (optimized Dijkstra's algorithm for small graphs). I used std::equal instead of assert to validate the derived and expected result.

github-actions[bot] commented 6 months ago

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 6 months ago

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!