algorithms-js icon indicating copy to clipboard operation
algorithms-js copied to clipboard

SUGGESTION

Open architO21 opened this issue 2 years ago • 0 comments

Description

I noticed that common algorithms related to graphs such as finding single source shortest path and multisource shortest path that are commonly used in programming paradigm are missing in the algorithms section. I would like to create a new directory named as Graph-Based-Algorithms and try to add them

Versions

  • AlgorithmJS version:

Error

Expected behaviour

Steps to recreate

Step 1 ->Creating a directory named as Graph-Based-Algorithms Step 2-> Creating a file named as Djkstras.md which would be a readme file where I would implement the Djkstras Algorithm Step 3-> Creating a file named as EdmondKarp.md which would be a readme file where I would implement the Edmond Karp Algorithm Step 4 ->Creating a readme file named as readme.md where I would write and link all the aforesaid algorithms and this would be present in the directory.

People to notify

architO21 avatar Oct 14 '23 04:10 architO21