In an array based representation of a complete binary tree, which of the following represents the left child of node tree[i]?
a) tree[i+2]
b) tree[i–2]
c) tree[2i+1]
d) tree[2i+2]
D
Computer Science & Information Technology
You might also like to view...
For data to be more easily understood, it can be presented in a ________ instead of a table of numbers
A) data marker B) chart C) relative cell reference D) data point
Computer Science & Information Technology
Which of the following is a type of S/PDIF connector?
A) Fiber optic B) DIN C) Shielded twisted pair D) D-shell
Computer Science & Information Technology