|
interview_questions
|
|
|
|
|
Bookmarks
|
|
|
|
|
|
|
Binary Search Tree into Doubly Linked List
|
|
|
|
Write a function to convert a Binary Search Tree into a sorted doubly linked list. The algorithm should use recursion and should be done in place.
http://linkmingle.com/user/interview_questions/alg
saved under Algorithm Questions
by
interview_questions
|
|
|