Max Binary Heap: A complete binary tree where parent nodes are always larger than the child nodes. Each Parent has at most two child nodes. Parent is always greater than its children, but there are no guarantees between sibling nodes. Since its a...