You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NEW ALGORITHM] Given a weighted directed acyclic graph (DAG) and a source vertex, find the cost of the longest path from the source vertex to all other vertices present in the graph. If the vertex can’t be reached from the given source vertex, print its distance as infinity.
Input:
Source vertex and the cost matrix or the dajacency list as per your wish.
Output:
Longest path from source vertex to all other vertices.
About:
Propose a new algorithm to be added to the repository. Implementation of Dynamic Programming.
Labels:
new algorithm, gssoc-ext, hacktoberfest, level1
Assignees:
Contributor in GSSoC-ext
Want to work on it
Additional Information:
Please assign me this issue I want to work on it.
The text was updated successfully, but these errors were encountered:
Name:
[NEW ALGORITHM]
Given a weighted directed acyclic graph (DAG) and a source vertex, find the cost of the longest path from the source vertex to all other vertices present in the graph. If the vertex can’t be reached from the given source vertex, print its distance as infinity.Input:
Source vertex and the cost matrix or the dajacency list as per your wish.
Output:
Longest path from source vertex to all other vertices.
About:
Propose a new algorithm to be added to the repository. Implementation of Dynamic Programming.
Labels:
new algorithm, gssoc-ext, hacktoberfest, level1
Assignees:
Additional Information:
Please assign me this issue I want to work on it.
The text was updated successfully, but these errors were encountered: