From 056abd48c0cadebbf7509dcf0cb8a7d87d751147 Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Tue, 4 Nov 2025 23:54:42 -0500 Subject: [PATCH] Add author information - Added author name and email to README.md - Added author information to QUICKSORT_COMPARISON.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a1681f7..80d87ed 100644 --- a/README.md +++ b/README.md @@ -682,6 +682,9 @@ This project is licensed under the MIT License - see the LICENSE file for detail ## Author +**Carlos Gutierrez** +Email: cgutierrez44833@ucumberlands.edu + Created for MSCS532 Assignment 3: Understanding Algorithm Efficiency and Scalability ## Acknowledgments