Last active
July 17, 2019 19:17
-
-
Save MaheKarim/b060d515da17c631736e01c5e42c57d0 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
F(8) = F(8-1) + F (8-2) | |
= F(7) + F(6) | |
= 13 + 8 | |
= 21 | |
8 Number = 0 1 2 3 4 5 6 7 8 | |
F(8) = 0 1 1 2 3 5 8 13 21 | |
8 ক্রম এর আউটপুট নিম্নের ছবিতে | |
Author
MaheKarim
commented
Jul 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment