Kth Smallest Element in a BST
Given the root of a binary search tree, and an integer k, return the kth smallest value (1-indexed) in the tree.
Check more interview questions and experiences about Uber
Given the root of a binary search tree, and an integer k, return the kth smallest value (1-indexed) in the tree.
Check more interview questions and experiences about Uber
Please log in to view interview question details