diff --git a/Algorithms.hpp b/Algorithms.hpp index 039b58a..05bccc2 100644 --- a/Algorithms.hpp +++ b/Algorithms.hpp @@ -1,10 +1,10 @@ //myClasses/Algorithms.hpp //Matthew Ellison // Created: 11-08-18 -//Modified: 07-28-20 +//Modified: 06-01-21 //This file contains the declarations and implementations to several algoritms that I have found useful /* - Copyright (C) 2020 Matthew Ellison + Copyright (C) 2021 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/testAlgorithms.cpp b/testAlgorithms.cpp index c6492bb..75479f1 100644 --- a/testAlgorithms.cpp +++ b/testAlgorithms.cpp @@ -1,10 +1,10 @@ //myClasses/Algorithms.cpp //Matthew Ellison // Created: 11-14-18 -//Modified: 07-28-20 +//Modified: 06-01-21 //This is the file that tests all my algorithms, both for speed and accuracy /* - Copyright (C) 2020 Matthew Ellison + Copyright (C) 2021 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by