Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 442 Bytes

rolling-hash

rolling hash based file diff algorithm

Features

Detects changes in a file

Detects additions to a file at the end

Detects removal from a file at the end

Detects compound of the above

Compilation

make

Compile the program with :

Executable name is : rollhashdiff

Run : ./rollhashdiff

Test

make test

./test

will execute unit test and common scenarios