A Python code to find if ALL the numbers in a given list of integers are PART of the series defined by the following: f(0) = 0 f(1) = 1 f(n) = 2f(n-1) - 2f(n-2) for all n > 1.
sgowda97/intseries-py
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|