Given the root of a binary tree, return the **## Problem Statement

Given the root of a binary tree, return the maximum width of the tree.

The width of a level is defined as:

Distance between the leftmost

and rightmost non-null nodes