Practice Problem
Kth Smallest Element in a BST
Difficulty: Medium
Given the root of a BST and an integer k, return the kth smallest value (1-indexed) using in-order traversal.
Practice Problem
Difficulty: Medium
Given the root of a BST and an integer k, return the kth smallest value (1-indexed) using in-order traversal.