av1shek / All-Coding-Platform-Solutions

Repository accepting PR for Hactoberfest 2022
21 stars 128 forks source link

Kth Smallest Element in a BST #268

Closed davyj123 closed 1 year ago

davyj123 commented 1 year ago

Problem Statement :- 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) of all the values of the nodes in the tree.

davyj123 commented 1 year ago

Sir when this pr will get merged.