|
|
|
|
|
by kadoban
2516 days ago
|
|
As always, it depends on your computational model. People are awful at specifying a model, in other words it's unclear what's even being stated. You can compute the nth fibonacci number in O(lg n) additions and multiplies. That indeed doesn't turn out to be a good model for how long it takes on an actual computer though. |
|