Thursday, December 7, 2017

Binary search tree practice

Dec. 7, 2017

Introduction


Binary search tree definitely is my most favorite data structure this year 2017. I had written more than 20 times through mock interviews and also observe how peers perform on the tree a lot of times. I never learn a data structure with such rich experience, go through so many emotions. Every time I work on the binary search tree, I think that it is such a fun activity to do.

My practice


My C# code to write a binary search tree successor is here. It is the first time I had chance to write a test case to test my code in mock interview as well.

No comments:

Post a Comment