Challenge 2: Find kth maximum value in Binary Search Tree
Try to solve the Find kth Maximum Value in Binary Search Tree problem.
Statement
Given the root node of a binary search tree and an integer value k
, return the
Try to solve the Find kth Maximum Value in Binary Search Tree problem.
Given the root node of a binary search tree and an integer value k
, return the