Skip to content

Instantly share code, notes, and snippets.

@MaheKarim
Last active July 17, 2019 19:17
Show Gist options
  • Save MaheKarim/b060d515da17c631736e01c5e42c57d0 to your computer and use it in GitHub Desktop.
Save MaheKarim/b060d515da17c631736e01c5e42c57d0 to your computer and use it in GitHub Desktop.
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 ক্রম এর আউটপুট নিম্নের ছবিতে
@MaheKarim
Copy link
Author

8 Er Kromo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment