An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Mar 2, 2021 20:07 UTC (Tue) by jezuch (subscriber, #52988)In reply to: An introduction to lockless algorithms by NYKevin
Parent article: An introduction to lockless algorithms
Well actually...
Fibonacci numbers are defined by a recursive function which has an exact solution, so you can calculate every number in O(1) time (assuming no bignums are needed). So it's doubly (or triply) a bad example to intoduce recursion to new programmers ;)
