Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm. @param orig The original sequence. @param rev The revised sequence. @return A minimum PathNode Path accross the differences graph. @throws
(final List<T> orig, final List<T> rev)