From 2bb7cf5fc5eb6bcaede94c20dc9977188f03a048 Mon Sep 17 00:00:00 2001 From: Harry Stuart <42882697+harrystuart@users.noreply.github.com> Date: Wed, 7 Dec 2022 18:10:38 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.