same as left right or top
u can consider as each node as a cell of grid type of thing for easy
understanding

On Tue, Jun 14, 2011 at 5:59 PM, vaibhav agarwal <vibhu.bitspil...@gmail.com
> wrote:

> What actually is meant by bottom pointer
>
>
> On Tue, Jun 14, 2011 at 5:57 PM, sunny agrawal <sunny816.i...@gmail.com>wrote:
>
>> Did you mean Shortest path from one node to another
>> Use BFS i think we can find the shortest path
>>
>>
>>
>> On Tue, Jun 14, 2011 at 5:37 PM, Raghavan <its...@gmail.com> wrote:
>>
>>> Hi,
>>>    How to find the shortest path in a 4-ary tree in an optimal way?
>>>
>>> Node tree{
>>> Node *left,*right,*top,*bottom;
>>> int val;
>>> };
>>>
>>> Let the above given be the tree structure.
>>>
>>> --
>>> Thanks and regards,
>>> Raghavan.K.L
>>> <http://in.linkedin.com/in/raghavankl>
>>>
>>>  --
>>> 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.
>>>
>>
>>
>>
>> --
>> Sunny Aggrawal
>> B-Tech IV year,CSI
>> Indian Institute Of Technology,Roorkee
>>
>>
>>  --
>> 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.
>



-- 
Sunny Aggrawal
B-Tech IV year,CSI
Indian Institute Of Technology,Roorkee

-- 
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