The role of "Fibonacci numbers" in the history of parallel programming
Andrey Karpov
Fibonacci numbers are the elements of the number sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, ... where each following number equals the sum of the two previous ones. Fibonacci numbers can be seen in...
...