Page 1 of 1

What is a Cartesian tree?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) a skip list in the form of tree
b) a tree which obeys cartesian product
c) a tree which obeys heap property and whose inorder traversal yields the given sequence
d) a tree which obeys heap property only