Informatica Interview Question

Conversion of tree to doubly linked list.

Interview Answer

Anonymous

Jun 16, 2018

Can be done simply using stack. Try to make your algo as efficient as possible. O(n^2) is okayish. O(n) Is cool.