Created
June 9, 2016 15:10
-
-
Save MichaelQQ/5971902d0f5dd89de74a55996d2b19a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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