Dropbox DailyCodingProblem Medium TODO Problem Given the root to a binary search tree, find the second largest node in the tree. Solution