首页 > 计算机 > 计算机四级 正文

Which traversal method for a binary tree does the following Pascal code illustrate? Proc

时间:2021-05-04 13:29:34 解答: 79 次

Which traversal method for a binary tree does the following Pascal code illustrate? Procedure traverse(p:pointer); Begin Ifp<>NIL Then begin Traverse (p^.left); Process(p); Traverse(p^.right) End; End_

A.pre_order

B.middle_order

C.none

D.last_order

正确答案:

B

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-02 11:07:18

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-02 11:07:18

←请使用微信扫码支付