若结点n在结点m之前被中序遍历访问,则两结点位置关系是( )。
A. n在m右方 B. n为m祖先 C. n在m左方 D. n为m子孙
[tag_link]
correct answer: C
n在m左方。
中序是左、根、右。
误判为祖先。