Fixed small typo

This commit is contained in:
2021-07-23 18:20:56 -04:00
parent 467ccb4081
commit 648c48a39d
4 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
Create a Fibonacci number generator and see if it is efficient