Added function for finding K-th smallest element in BST - #2318
Conversation
These can be fixed very easily. |
|
yes |
…s#2318) * fixes: TheAlgorithms#2172 * fixes: TheAlgorithms#2172 * Added docstrings and type of parameters * fixed error * Added type hints * made changes * removed capital letters from function name * Added type hints * fixed bulid error * modified comments * fixed build error

Describe your change:
#2172 fixed
Added function inorder and find_kth_smallest in Python\data_structures\binary_tree\binary_search_tree.py
Checklist:
Fixes: #{$ISSUE_NO}.