Vidyalelo
Data Structure · Q72

Binary Search Trees(B Tree)

Programming · Data Structure · question 72

Q72

A treap is a cartesian tree with . . . . . . . .

A.
additional value, which is a priority value to the key generated randomly
Answer
B.
additional value, which is a priority value to the key generated sequentially
C.
additional heap rule
D.
additional operations like remove a range of elements

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board