当前位置:首页
> Luz 第6588页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论Some Java objects are put in the heap, while some are in stack.
Some Java objects are put in the heap, while some are in stack. ~@[](1)答案:FALSE…
the average time complexity of the travesal of a binary tree wi
the average time complexity of the travesal of a binary tree with n nodes is O(logn). ~@[](2)答案:TRUE…
It is always possible to represent a tree by a one-dimensional i
It is always possible to represent a tree by a one-dimensional integer array. ~@[](1)答案:TRUE…
The number of leaf nodes in a binary tree is only related to the
The number of leaf nodes in a binary tree is only related to the number of 2-degree nodes , i.e it has nothing to do wit…
the average time complexity of the travesal of a binary tree wi
the average time complexity of the travesal of a binary tree with n nodes is O(n). ~@[](2)答案:FALSE…
在二叉树的顺序存储结构中(根的下标为1),下标为130的结点一定处于左子树中。
在二叉树的顺序存储结构中(根的下标为1),下标为130的结点一定处于左子树中。 ~@[](1)答案:TRUE…
There exists a binary tree with 2016 nodes in total, and with 16
There exists a binary tree with 2016 nodes in total, and with 16 nodes having only one child. ~@[](3)答案:FALSE…
采用深度优先搜索或拓扑排序算法可以判断一个有向图中是否有环。
采用深度优先搜索或拓扑排序算法可以判断一个有向图中是否有环。 ~@[](1)答案:TRUE…
采用邻接表存储的图,其广度优先遍历类似于二叉树的先序遍历。
采用邻接表存储的图,其广度优先遍历类似于二叉树的先序遍历。 ~@[](1)答案:FALSE…