[algogeeks] linked list as tree

2010-08-23 Thread Raj N
Hi, Could anyone help me representing linked list in the form a binary tree ? Thanks !! -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send

Re: [algogeeks] linked list as tree

2010-08-23 Thread Yan Wang
Actually, a linear data structure like a linked list is also a specific kind of tree structure. 2010/8/23 Raj N rajn...@gmail.com: Hi, Could anyone help me representing linked list in the form a binary tree ? Thanks !! -- You received this message because you are subscribed to the Google

Re: [algogeeks] linked list as tree

2010-08-23 Thread Raj N
What will be the representation. How do you define left and right pointers of the tree for a linked list. On Mon, Aug 23, 2010 at 10:35 PM, Yan Wang wangyanadam1...@gmail.comwrote: Actually, a linear data structure like a linked list is also a specific kind of tree structure. 2010/8/23 Raj N