Given two integer arrays **preorder** and **inorder** where:
- `preorder` is the preorder traversal of a binary tree
- `inorder` is the inorder traversal of the same tree
Construct and return the binary tree. Return the level-order representation.