Sunday, January 28, 2018

Convert a binary search tree into a double linked list

January 28, 2018

Introduction


It is good idea to ask the peer what is his/ her favorite algorithm. I had a mock interview 12:00 PM today, after mock interview, we discussed several algorithms. One algorithm is to convert a binary search tree to a doubly linked list.

Here is the link on Leetcode discussion.

No comments:

Post a Comment