diff --git a/README.md b/README.md index 0e8a361..e7f32dc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # NormNumSuM -NormNumSuM (Normalised Number of Substring Movements) is a string comparison algorithm designed to be token order invariant. +NormNumSuM (Normalised Number of Substring Movements) is a string comparison algorithm designed to be token order invariant. The algorithm works by iteratively finding the longest substring between the two strings, removing the previously found substring at each timestep.