> 数学 >
广义表LS=((a,b,c),((d),(e),(f))),则深度为_. head(tail(head(tail(LS))))=?
人气:196 ℃ 时间:2020-05-09 15:36:53
解答
深度为3
tail(LS) = (((d),(e),(f)))
head(tail(LS) = ((d),(e),(f))
tail(head(tail(LS)))= ((e),(f))
head(tail(head(tail(LS)))) = (e)
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版