Pergunta de entrevista da empresa Meta

Find the k-th smallest element in a binary search tree.

Resposta da entrevista

Sigiloso

3 de set. de 2018

Do inorder traversal while putting the elements in a list, once done you know the index/position you want the element at so get it.