rolling hash based file diff algorithm
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
Compile the program with :
Executable name is : rollhashdiff
Run : ./rollhashdiff
make test
./test
will execute unit test and common scenarios