@satwik
See http://geeksforgeeks.org/?p=6358 for Morris Inorder traversal
On Sat, May 15, 2010 at 9:44 PM, satwik krishna wrote:
> @Rohit
> Can u pass on thje link of morris inorder
>
>
> On 5/15/10, Rohit Saraf wrote:
>>
>> there is something called morris inorder traversal.
>> credits to don
Thanks Rohit!
On Sat, May 15, 2010 at 7:13 PM, Rohit Saraf wrote:
> there is something called morris inorder traversal.
> credits to donald knuth
>
>
> On 5/15/10, kaushik sur wrote:
> > Hi Friends
> >
> > I have encountered the question in sites - "Given a Binary Search
> > Tree, write a progr
@Rohit
Can u pass on thje link of morris inorder
On 5/15/10, Rohit Saraf wrote:
>
> there is something called morris inorder traversal.
> credits to donald knuth
>
>
> On 5/15/10, kaushik sur wrote:
> > Hi Friends
> >
> > I have encountered the question in sites - "Given a Binary Search
> > Tr
there is something called morris inorder traversal.
credits to donald knuth
On 5/15/10, kaushik sur wrote:
> Hi Friends
>
> I have encountered the question in sites - "Given a Binary Search
> Tree, write a program to print the kth smallest element without using
> any static/global variable. You
Hi Friends
I have encountered the question in sites - "Given a Binary Search
Tree, write a program to print the kth smallest element without using
any static/global variable. You can't pass the value k to any function
also."
I have tried my hands using explicit stack for inorder and keeping a
no