When selecting any node from a max-heap, what comparison sign should be used when comparing this selected node with any node in its subtree? Ensure that the selected node is positioned on the left side of the comparison sign.
`selected_node` comparison_sign `subtree_node`
Tip: Consider the properties of the max-heap while answering this. And remember that in a max-heap, when you select a node, it serves as the root of its subtree.