This algorithm that takes one argument, an array and check if the array passed as an argument is arithmetic, geometric, neither arithmetic nor geometric in progression or if the array is empty. For arithmetic progressions, return Arithmetic For geometric progressions, return Geometric For neither of the above, return -1 For an empty array, return 0.
-
Notifications
You must be signed in to change notification settings - Fork 0
This algorithm that takes one argument, an array and check if the array passed as an argument is arithmetic, geometric, neither arithmetic nor geometric in progression or if the array is empty. For arithmetic progressions, return Arithmetic For geometric progressions, return Geometric For neither of the above, return -1 For an empty array, retur…
sammychris/AritGeo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This algorithm that takes one argument, an array and check if the array passed as an argument is arithmetic, geometric, neither arithmetic nor geometric in progression or if the array is empty. For arithmetic progressions, return Arithmetic For geometric progressions, return Geometric For neither of the above, return -1 For an empty array, retur…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published