Tuesday, June 27, 2017

Inorder successor binary search tree

June 27, 2017

Introduction


It is time to work on a few solutions on this binary search tree inorder successor. A simple idea is to go over the leetcode discussion on the algorithm, and study a few solutions.


Algorithm practice


May 20, 2017 C# practice is here
June 27, 2017 8:00 pm - 8:30 pm, 30 minutes practice is here.

The C# practice with test cases is here. More simple code is here.

July 4, 2017
Work on the solution without using parent node pointer.



No comments:

Post a Comment