Skip to content

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

License

Notifications You must be signed in to change notification settings

adityashukzy/diff-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages