11-Sep-2022 08:42:20 levenshtein_distance_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 levenshtein_distance() computes the Levenshtein distance between two strings. S = "water" T = "wine" Computed distance = 3, correct distance = 3 S = "kitten" T = "sitting" Computed distance = 3, correct distance = 3 S = "saturday" T = "sunday" Computed distance = 3, correct distance = 3 S = "pheromones" T = "photographer" Computed distance = 8, correct distance = 8 levenshtein_distance_test(): Normal end of execution. 11-Sep-2022 08:42:20