From c1ce893bdeb8193d0516077a8e407d0aa3934156 Mon Sep 17 00:00:00 2001 From: Sean J Gannon Date: Sat, 19 Apr 2025 17:50:33 -0400 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 726c095..2845de9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# CSE-3500-Group-6-Project-Spring-2025 +# CSE-3500-SEC001-Group-6-Project-Spring-2025 Repository to Implement Sec 001 Group 6 Algorithm Code + +# Group Members +Sean Gannon sjg21010 +Jennifer Chen jhc18015 +Kieren Ghidela kag22034 +Rikki Vetcha riv23005 + +# The files here as follows: +Levenshtein_Edit_Distance.py: +Our actual implementation of the Levenshtein Distance Algorithm. + +Test_Levenshtein_Edit_Distance.py: +Unit test code for our implementation, + +Time_Levenshtein_Edit_Distance.py: +Code we used to actually test the running time complexity of our implementation. + +# Thanks for viewing our repo!