Friday, March 23, 2018

Find the 2nd largest element in a binary search tree

March 23, 2018

Introduction


It is my routine to create a gist for the algorithm first. I read the blog about this algorithm called "Find the 2nd largest element in a binary search tree" first on interviewcake.com, and then go over the blog word by word, and try to put together the content in my own words and style.

Here is the gist.


No comments:

Post a Comment