diff --git a/Algorithms.hpp b/Algorithms.hpp
deleted file mode 100644
index c158f8b..0000000
--- a/Algorithms.hpp
+++ /dev/null
@@ -1,682 +0,0 @@
-//myClasses/Algorithms.hpp
-//Matthew Ellison
-// Created: 11-08-18
-//Modified: 06-29-21
-//This file contains the declarations and implementations to several algoritms that I have found useful
-/*
- 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
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License
- along with this program. If not, see .
-*/
-
-#ifndef MEE_ALGORITHMS_HPP
-#define MEE_ALGORITHMS_HPP
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include