diff --git a/Algorithms.hpp b/Algorithms.hpp index 2c91c6f..710e9e2 100644 --- a/Algorithms.hpp +++ b/Algorithms.hpp @@ -1,7 +1,7 @@ //myClasses/Algorithms.hpp //Matthew Ellison // Created: 11-08-18 -//Modified: 06-01-21 +//Modified: 06-29-21 //This file contains the declarations and implementations to several algoritms that I have found useful /* Copyright (C) 2021 Matthew Ellison diff --git a/testAlgorithms.cpp b/testAlgorithms.cpp index d84a65f..634725e 100644 --- a/testAlgorithms.cpp +++ b/testAlgorithms.cpp @@ -1,7 +1,7 @@ //myClasses/Algorithms.cpp //Matthew Ellison // Created: 11-14-18 -//Modified: 06-01-21 +//Modified: 06-29-21 //This is the file that tests all my algorithms, both for speed and accuracy /* Copyright (C) 2021 Matthew Ellison