Xiaomi Interview Question

As I remember, one technical question is to find the kth largest node in a binary search tree.

Interview Answer

Anonymous

Sep 11, 2016

Try to solve the problem in place, with a proper time complexity