Given a root of binary search tree. Convert the binary tree to Great tree such that every original key of BST is changed to original value plus sum of all keys greater than original key in BST.