diff --git a/ArrayAlgorithms.ts b/ArrayAlgorithms.ts index f4089ad..85d9bf1 100644 --- a/ArrayAlgorithms.ts +++ b/ArrayAlgorithms.ts @@ -4,7 +4,7 @@ //Modified: 07-13-21 //Algorithms for arrays /* -Copyright (C) 2021 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/NumberAlgorithms.ts b/NumberAlgorithms.ts index 1814300..f4bf09e 100644 --- a/NumberAlgorithms.ts +++ b/NumberAlgorithms.ts @@ -4,7 +4,7 @@ //Modified: 07-13-21 //Algorithms for numbers /* -Copyright (C) 2021 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/StringAlgorithms.ts b/StringAlgorithms.ts index 38e6578..7654edf 100644 --- a/StringAlgorithms.ts +++ b/StringAlgorithms.ts @@ -4,7 +4,7 @@ //Modified: 07-13-21 //Algorithms for strings /* -Copyright (C) 2021 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/todo.txt b/todo.txt index c9bca7c..959e186 100644 --- a/todo.txt +++ b/todo.txt @@ -1,2 +1 @@ -Create a Fibonacci number generator and see if it is efficient -See if you can create a single function for functions using the number | bigint operator \ No newline at end of file +Create a Fibonacci number generator and see if it is efficient \ No newline at end of file