Range Sum in BST

Binary Search Trees Contest Easy

Given a root of binary search tree and two integers low, high. Return the sum of all elements that lie in inclusive range of [low, high].

Constraints

  • 1 <= Number of Nodes <= 104
  • 1 <= nodes value <= 105


Company Tags

[ ]