一個(gè)有4層結(jié)點(diǎn)的完全二叉樹。按前序遍歷周游給結(jié)點(diǎn)從1開始編號(hào),則第21號(hào)結(jié)點(diǎn)的父結(jié)點(diǎn)是多少號(hào)?(注釋:根的層數(shù)為0) For a complete binary tree with four levels, label the nodes starting from 1 according to the preorder traversal. what is the label of the parent node for node 21? (The root is on level 0)