From 5e3c4bd004cd9e4ed1b8e4f6ab1125bdcc8867bd Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Tue, 29 Jun 2021 10:18:13 -0400 Subject: [PATCH] Updated dates --- Algorithms.hpp | 2 +- testAlgorithms.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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