在执行递归过程时,通常使用的数据结构是(39)。A.堆栈(stack)B.队列(queue)C.图(graph)D.树(tree)
在执行递归过程时,通常使用的数据结构是(39)。
A.堆栈(stack)
B.队列(queue)
C.图(graph)
D.树(tree)
相关考题:
1、下列不属于线性结构的是: Which one of the followings does not belong to linear structure:(There is only one correct answer)A.队列(queue)B.散列表(hash table)C.向量(vector)D.图(graph)
下列不属于线性结构的是: Which one of the followings does not belong to linear structure:(There is only one correct answer)A.队列(queue)B.散列表(hash table)C.向量(vector)D.图(graph)
【3-1-9】 将递归算法转换成非递归算法时,通常要借助的数据结构是()。 A. 线性表 B. 栈 C. 队列 D. 树