MAD101_-_C1_-_RE_-_SU_2023_591.webp
Hồng Hạnh1

MAD101_-_C1_-_RE_-_SU_2023_591.webp

8
Answer (Choose 1 answer)
Given the recursive algorithm that computes the n-th Fibonacci number
Procedure F(n: natural number)If n = 0 then F(n): = 0 else If n = 1 then F(n): = 1 else F(n):= F(n-1) + F(n-2);
How many additions are used if n = 6?
A. 8
B. 7
C. 9
D. 12
E. None of the other choices is correct

Thông tin

Category
MAD101
Thêm bởi
Hồng Hạnh1
Ngày thêm
Lượt xem
1,789
Lượt bình luận
21
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
MAD101_-_C1_-_RE_-_SU_2023_591.webp
File size
48 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom