首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
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
81
问题
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全国计算机四级
相关试题推荐
已知x=-31/64,若采用8位定点机器码表示,则[x]原=___________(12),[x]补=___________(13)。(13)
FTP客户登录后上传文件使用的连接是(49),该连接的默认端口为(50)。(50)
结构化查询语言SQL是一种(1),其主要功能有(2),它的典型句法为SELECTA1,A2,…,AnFROMr1,r2,…,rmWHEREF其中,A1,A2,…,An和F分别是(3)。关系模式SCS(Sno,Cno,
图9-11是一个逻辑结构框图。根据此图判断S2、S1、S0为(17)时,Fi必为0。S2、S1、S0为(18)时,逻辑运算Fi=Xi+Yi成立(图中的符号说明:&为逻辑与,≥1为逻辑或,=1为异或)。
制定行业标准时,把国际标准采纳到行业标准中,使行业标准在技术内容上、编写上与国际标准相同,或编写上有编辑性修改称为______国际标准。
以下关于入侵检测系统的叙述中,错误的是()。
Applicationsputcomputerstopracticalbusiness(67),butbelowthe(68)it’stheheartofanoperatingsystem-thekernel-thatpro
The Internet is a(66)network of networks which interconnects(67)ranging from the simplest personal computers to the most sophist
When a string constant is written in C program, the compiler creates(75)of characters containing the characters of the string, a
(71)isonekindofsoftwareabsolutelynecessaryforeverycomputer.
随机试题
普列姆昌德的处女作是【】
患者左上后牙自发疼痛3天,阵发发作,可放散至面部,夜间痛重。检查见左侧上颌磨牙未及明显龋坏,叩痛(+),松动(++),龈缘红,腭侧龈退缩明显,冷测疼痛持续。该患牙可能的诊断是
A.非适应证用药B.超适应证用药C.撒网式用药D.过度治疗用药E.有禁忌证用药1类手术切口应用第三代头孢菌素属于()
资金调拨人员应定期向财务主管领导报告结算盈亏状况、持仓风险状况、保证金使用状况等,同时应通报风险管理人员及企业期货业务主管领导。()
下列指标中,反映数据分散程度的绝对值的指标是()。
净现值法的优点不包括( )。
()不是处理薪酬调查数据的趋中趋势分析方法。
Asscienceandtechnologydevelops,theword"planet-friendly"iscoinedinthe______domain.
IBMresearchersareattemptingtowarmuphuman-computerrelationships.Forexample,IBM,InternationalBusinessMachines,hasb
Thejudgmentthatcigarettesmokingis【B1】______tohealthistheresultofmorethan30yearsofresearchcarriedonbyhundred
最新回复
(
0
)