Skip to content

A Command line tool to find difference between files.

Notifications You must be signed in to change notification settings

Utkarshn10/diffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diffy

A command line tool to find difference between the files. Built with Longest Common Subsequence algorithm and optimised using memorization (Dynamic Programming).

Steps

  • run java main.java file1name file2name

Output

Lines that aren't common between the files

About

A Command line tool to find difference between files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages