What algorithm can be used to find the longest path in an unweighted directed acyclic graph?
Wikipedia has an algorithm: http://en.wikipedia.org/wiki/Longest_path_problem
Looks like they use weightings, but should work with weightings all set to 1.