Updated dates

This commit is contained in:
2021-06-29 10:18:13 -04:00
parent 721128a276
commit 5e3c4bd004
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//myClasses/Algorithms.hpp //myClasses/Algorithms.hpp
//Matthew Ellison //Matthew Ellison
// Created: 11-08-18 // 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 //This file contains the declarations and implementations to several algoritms that I have found useful
/* /*
Copyright (C) 2021 Matthew Ellison Copyright (C) 2021 Matthew Ellison

View File

@@ -1,7 +1,7 @@
//myClasses/Algorithms.cpp //myClasses/Algorithms.cpp
//Matthew Ellison //Matthew Ellison
// Created: 11-14-18 // 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 //This is the file that tests all my algorithms, both for speed and accuracy
/* /*
Copyright (C) 2021 Matthew Ellison Copyright (C) 2021 Matthew Ellison