Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 186 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 186 Bytes

LongestPathProblem

Algorithm for appoximating the longest path in the given graph.It implements the greedy algorithm developed by L.L.Pongrácz. It is also tweaked to run in parallel.