Add --no-duplicates
flag to prevent exporting duplicate submissions
#3
Labels
help wanted
Extra attention is needed
--no-duplicates
should prevent identical duplicate submissions for the same leetcode question from being exported.Duplicate submissions can be identified by computing the hash of the submission code
submission.code
and comparing it to that of previously exported submissions.MD5 hash should be suitable for this purpose because it's fast to compute.
The text was updated successfully, but these errors were encountered: