Skip to content

Instantly share code, notes, and snippets.

@MichaelQQ
Created June 9, 2016 15:10
Show Gist options
  • Save MichaelQQ/5971902d0f5dd89de74a55996d2b19a2 to your computer and use it in GitHub Desktop.
Save MichaelQQ/5971902d0f5dd89de74a55996d2b19a2 to your computer and use it in GitHub Desktop.
fib(6)
|---fib(5)
| |---fib(4)
| | |---fib(3)
| | | |---fib(2)
| | | |---fib(1)
| | |---fib(2)
| |---fib(3)
| |---fib(2)
| |---fib(1)
|---fib(4)
|---fib(3)
| |---fib(2)
| |---fib(1)
|---fib(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment