Graph longest path

Posted by iva123 on Stack Overflow See other posts from Stack Overflow or by iva123
Published on 2010-03-27T11:44:48Z Indexed on 2010/03/27 23:03 UTC
Read the original article Hit count: 446

Filed under:

How can we find a longest path in a graph ?? I thought we can use depth first but I couldn't find any easier implemantation for it ?

© Stack Overflow or respective owner

Related posts about graph