Saturday, March 24, 2018

Largest smaller value in binary search tree

March 24, 2018

Introduction


It is still very challenging problem after I work on the algorithm more than 5 times. I enjoy the talk about the algorithm. Actually I have more understanding about O(n) time in order traversal after I work on this algorithm called Largest smaller value in binary search tree.


Mock interview practice


Here is my C# practice.



No comments:

Post a Comment