Hacker News new | ask | show | jobs
by zentiggr 4047 days ago
As a novice in this whole arena, are there any decent algorithms for determining longest path between two adjacent cells?
1 comments

Sounds a lot like the longest path problem [1], which is NP-hard.

[1] http://en.wikipedia.org/wiki/Longest_path_problem