• Stars
    star
    1
  • Language
    C++
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.