Great Tree

Binary Search Trees Contest Medium

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.

Constraints

  • 1 <= Number of Nodes <= 100
  • 1 <= node value <= 104

Company Tags

[ ]