1. The Next greater Element for an element x is the first greater element on the right side of x in the array. For elements for which no greater element exists, consider the next greater element as -1. Input: arr[] = [4, 5, 2, 25]
2. Can you reallocate