# Initialize queue with (node, index), where index represents position in the tree # Given the root of a binary tree, return the maximum width of the given tree. # The maximum width of a tree is the ...