[algogeeks] Fwd: vertical sum

2011-08-24 Thread Nikhil Veliath
-- Forwarded message -- From: Nikhil Veliath nve...@gmail.com Date: 24 Aug 2011 21:18 Subject: vertical sum To: algogeeks@googlegroups.com algogeeks@googlegroups.com find the vertical sum of a binary tree . . . wat do we mean by vertical sum anyone any help -- You received

[algogeeks] Fwd: vertical sum

2011-08-24 Thread Nikhil Veliath
find vertical sum of a binary tree . . . wat do we mean by vertical sum -- Forwarded message -- From: Nikhil Veliath nve...@gmail.com Date: 24 Aug 2011 21:18 Subject: vertical sum To: algogeeks@googlegroups.com algogeeks@googlegroups.com find the vertical sum of a binary tree . .

Re: [algogeeks] Fwd: vertical sum

2011-08-24 Thread kritivasas shukla
well it means when you move right you add +1 to column and when you move left you add -1, you can do this by using linked list. On Wed, Aug 24, 2011 at 9:31 PM, Nikhil Veliath nve...@gmail.com wrote: find vertical sum of a binary tree . . . wat do we mean by vertical sum -- Forwarded