Given the root of a binary tree, determine if it is a valid binary search tree (BST).
root
Given an integer array nums, find a
nums
subarray
that has the largest product, and return the product.
The test cases are generated so that the answer will fit in a 32-bit integer.