Question: 1. factorials can be calculated using eith er a loop or recursion T/F 2.is it more efficient to calculate fibonacci numbers using loop or recursion
1. factorials can be calculated using eith er a loop or recursion T/F
2.is it more efficient to calculate fibonacci numbers using loop or recursion
3.the binary search algorithm recursively calls itself t/f
4.tower of hanoi problems use how many towers?
5.tower of hanoi problem can be solved efficiently using recursion t/f
6.where as lists,stacks and queuees have a linear structure, binary trees have a ___ structure
9.at most,how many neighbors will a node in a binary tree have?
at most, how many children will a nod in a binary tree have?
10.the node at the top of a binary tree has a special name called?
11.in a binary tree, all nodes to the left of the currect node are (latger or smaller)than the current code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
