Snippets created by Jeallyn Duan

  • Fibonacci snippet implement with Continuation

    Normally, when we implement Fibonacci sequence, we use recursive function, but it will encounter the overflow exception with the big data. Below is the Fibonacci snippet with continuation, and in this way, it won't encounter the overflow exception.

    6 people like this

    Posted: 11 years ago by Jeallyn Duan