Pergunta de entrevista da empresa CourseKit

How would you find the n-th greatest element in a binary search tree?

Respostas da entrevista

Sigiloso

12 de fev. de 2012

I was able to choose the language to code the solution in.

Sigiloso

18 de fev. de 2012

Traverse the BST in 'inorder'. That gives a sorted sequence.