Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ Challenge #2022.1.17: Chad Fibonacci

Name: Anonymous 2022-01-28 18:57

Write a program that computes the nth Fibonacci number in less then linear time.

Name: Anonymous 2022-02-01 10:22

z+n = fib(n)z + fib(n-1)(z-1)
z+n-1 = fib(n-1)(z-1) + fib(n-2)(z-2)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List