Google Phone Screen for Sr. SWE
Anonymous User
414

Given binary tree with distinct children, the parent has its smallest value,

	     1
      /     \
    3         1
 /     \     /   \
4       3  1       2
  1. find 2nd smallest value
  2. Follow up question: find 3rd smallest value

Anyone has solution or any reference to LC questions?

Comments (5)