//
pkg.gl
Category
github.com/tlboright/golang-interview
binaryTree
2ndHighestNodeBST
package
0.0.0-20211003111303-bf095942a6eb
Repository:
https://github.com/tlboright/golang-interview.git
Documentation:
pkg.go.dev
Overview
Dependencies
1
Dependents
0
#
README
secondLargestNode
Problem Definition
Given the root to a binary search tree, find the second largest node in the tree.