Friday, August 12, 2011

Convert a BST into a circular list

I like this question because it forces you to think about recursion, visit of a tree and how to change pointers

1 comment:

  1. Please have a explanatory O(n) algorithm here http://tech-queries.blogspot.com/2011/08/convert-binary-tree-in-circular-doubly.html

    ReplyDelete