首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
Which traversal method for a binary tree does the following Pascal code illustrate? ( ) Procedure traverse(p:pointer) B
Which traversal method for a binary tree does the following Pascal code illustrate? ( ) Procedure traverse(p:pointer) B
admin
2009-02-24
73
问题
Which traversal method for a binary tree does the following Pascal code illustrate? ( ) Procedure traverse(p:pointer) Begin If p<>nil then begin traverse(p↑.left); process(p); traverse(p↑.right); end end;
选项
A、preorder
B、postorder
C、reorder
D、inorder
答案
D
解析
转载请注明原文地址:https://kaotiyun.com/show/xQNZ777K
0
笔试
原NCRE全国计算机四级
NCRE全国计算机四级
相关试题推荐
四台Linux主机通过图4-1所示的方式互连,则实现PCI与PC4之间互访的步骤为:(1)运行(11)命令关闭计算机,在PC2与PC3上添加第二块网卡(eth1),重新启动。(2)在PC2与PC3上为第二块网卡分配IP地址,并激活该网络接口,对于PC3
在/etc/sysconfig/network-scripts/目录中有许多脚本命令,运行该目录下的_____命令,可以启动该网卡,该命令的命令行参数是eth0A.ifdownB.ifupC.netdownD.Netup
()防火墙是内部网和外部网的隔离点,它可对应用层的通信数据流进行监控和过滤。
以下关于曼彻斯特和差分曼彻斯特编码的叙述中,正确的是(21)________________。
______is nonprogram text embedded in a program to explain its form and function to human readers.
______is a contiguous, numbered set of variables of a given base type, which can be used and passed to functions as a unit.
Computer(75)is a complex consisting of two or more connected computing units, it is used for the purpose of data communication a
Insufficient(71)can cause a processor to work at 50% or even more below its performance potential.
(73)is a six bytes OSI layer 2 address which is burned into every networking device that provides its unique identity for point
一个非零的无符号二进制整数,将各位依次左移3位,低位补零,则新的数是原来数的(1)倍;在此基础上,再右移2位,高位补零,则此时的数是原数的(2)倍。补码表示中,最高位为符号位,一个以补码表示的正数,经(3)后,可扩大4倍;一个以补码表示的负数,若经(4)后
随机试题
干茶外形评语中的“蜻蜓头”一般是形容哪种茶类的
A.基础代谢B.食物热效应C.生长发育D.体力活动E.消化吸收食物的特殊动力作用是()
王某为某普通高校应届毕业生,23岁,尚未就业。根据《宪法》和法律的规定,关于王某的权利义务,下列哪一选项是正确的?(2014年试卷一第24题)
反接制动是将交流电动机的电源相序反接产生制动转矩的一种电制动方式,下述哪种情况不宜采用反接制动?()
关于矿井测量的近井网的性质,说法正确的是()。
某企业2010年1月1日向银行借款10万元,期限6个月,年利率9%,每月末计提利息。按银行规定一般于每季度末收取短期借款利息,2010年3月份企业对短期借款利息应作的会计处理为()。
某进出口公司2019年3月8日进口一批货物,海关于当日填发缴款书,该纳税人一直没有纳税。海关从()起可对其实施强制扣缴措施。
下列诗句与描写的景点对应正确的是:
四大名旦是指()。
InanarticlesomeChinesescholarsaredescribedasbeing"tantalizedbythemysteriousdragonbonehieroglyphics."Tantalized
最新回复
(
0
)