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