What is the parent for a node ‘w’ of a complete binary tree in an array representation when w is not 0? Q & A › Category: Data Structure › What is the parent for a node ‘w’ of a complete binary tree in an array representation when w is not 0? 0 Vote Up Vote Down Admin Staff asked 4 years ago What is the parent for a node ‘w’ of a complete binary tree in an array representation when w is not 0? a) floor(w-1/2) b) ceil(w-1/2) c) w-1/2 d) w/2 Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) floor(w-1/2) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...