A python code. createFileTree.py is used to scan a folder, calculate MD5 value of all files in this folder and store the result into a csv file. Then laterprocessing.py hash the MD5 value of each file into linklist and calculate hamming distance of pairs of file, and store the path of file pair into a csv file.
HaoLuo2627/find-same-file
A python code. Used to scan a folder, calculate MD5 value of all files in this folder and store the result into a csv file. Then laterprocessing.py hash files and calculate hamming distance of files, and store same file pair into a csv file.
Python