Exercise: iterators - Fibonacci less memory
Change the Iterator version of the Fibonacci series so it will NOT hold the previous values in memory.
Change the Iterator version of the Fibonacci series so it will NOT hold the previous values in memory.