You are given a special family of binary trees called Fibonacci trees. The k-th order Fibonacci tree T(k) is defined recursively: T(1) and T(2) are each a single node. For k ≥ 3, T(k) is a tree whose root has left subtree T(k-1) (or T(k-2) in some variants) and right…