if no recursion and extra space is allowed??

On Sat, Jun 18, 2011 at 11:20 PM, Vipul Kumar <vipul.k.r...@gmail.com>wrote:

> traverse the BST , get the count of no. of nodes . now inorder
> traverse again till n/2 . and print that node
>
> On Sat, Jun 18, 2011 at 11:18 PM, Akshata Sharma
> <akshatasharm...@gmail.com> wrote:
> > How to find median of a Binary Search Tree without storing it in a linear
> > data structure by in-order traversal?
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/algogeeks?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to