Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diff-utility

A diff utility written in C++ using a bottom-up implementation (i.e. tabulation) of the DP algorithm for the longest common subsequence problem.

The longest common subsequence (LCS) problem is the problem of finding the longest subsequence common to all sequences in a set of sequences (often just two sequences)

About

A diff utility written in C++ using a bottom-up implementation of the DP algorithm for the longest common subsequence problem.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages