DSA-Assignments

Log | Files | Refs | README

commit 7adc346f3296ae3f4c937cf47f5838546e8ac704
parent 014a161645610766815b88c79cf1b2705d4bab40
Author: VictorAdamson <vicada0203@gmail.com>
Date:   Thu, 16 Nov 2023 14:55:31 +0100

Updated author

Diffstat:
MProblem1/Problem1.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Problem1/Problem1.cpp b/Problem1/Problem1.cpp @@ -1,7 +1,7 @@ // Problem 1: Bucket Sort // Description: Find the target number in the unsorted vector // Course: IT405G - Datastructures and Algorithms -// Authors: William Lindholm, Lili Tran +// Authors: William Lindholm, Lili Tran, Victor Adamson // Date: 13-11-2023 //