|
|
|
|
|
by joking
2488 days ago
|
|
You can calculate the value of each screen pixel without knowing the value of the others. To calculate the n value of a fibonnaci sequence you have to calculate the n-1 and n-2 values first, so it doesn't matter how many cores do you have. Gpus are for the former and CPUs for the latest. |
|
You can use Binet's formula or matrix exponentiation to calculate it without such a dependency.