[algogeeks] Explain

2012-08-09 Thread Sathish babu
tree *a[100]={(tree *)0};


Hey guys can any one explain me the above statement...
**~Sathish Babu~**

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



Re: [algogeeks] directi paper pattern

2012-07-31 Thread Sathish babu
Can you tell some of questions asked?
**~Sathish Babu~**



On Tue, Jul 31, 2012 at 10:53 PM, manish untwal manishuntw...@gmail.comwrote:

 hey they repeat their paper alot,i.e they asked the same paper last year
 in our institute for the intern!! so best of luck


 On Tue, Jul 31, 2012 at 9:52 PM, Avinash Mishra 
 mishra.avinas...@gmail.com wrote:

 hey please mail me too...please give a pastebin link


 On 31 July 2012 21:51, neelpulse(Jadavpur University) 
 neelpu...@gmail.com wrote:

 Hey, can you please mail me too?

 -Thanks
 Nilanjan Basu


 On Tuesday, July 31, 2012 9:49:15 PM UTC+5:30, MUDIT wrote:


 Please forward the mail to me as well.
 Thanks

 --
 Mudit Sadana
 Undergraduate Student,Computer Science
  NSIT, Delhi University,India

   --
 You received this message because you are subscribed to the Google
 Groups Algorithm Geeks group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/algogeeks/-/2YdFa0ZwOIsJ.

 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.




 --
 With regard's
 Avinash

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




 --
 With regards,
 Manish kumar untwal
 Indian Institute of Information Technology
 Allahabad (2009-2013 batch)

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



Re: [algogeeks] what will be output for this program ?

2012-07-28 Thread Sathish babu
can you explain 32-1
**~Sathish Babu~**



On Fri, Jul 27, 2012 at 11:39 PM, SHOBHIT GUPTA
shobhitgupta1...@gmail.comwrote:

 64 32
 16 32
 16 32
 64 32

 Wats d prob ?
 On Fri, Jul 27, 2012 at 6:48 PM, Hraday Sharma hradaysha...@gmail.comwrote:

 #includestdio.h
  int main(){
 printf(%d %d\n, 321, 320);
 printf(%d %d\n, 32-1, 32-0);
 printf(%d %d\n, 321, 320);
 printf(%d %d\n, 32-1, 32-0);
 return 0;


  --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/algogeeks/-/oJogPmV-5msJ.
 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.



[algogeeks] Fwd: general tree into BST

2012-07-27 Thread Sathish babu
**~Sathish Babu~**



-- Forwarded message --
From: Sathish babu satbrucei...@gmail.com
Date: Wed, Jul 25, 2012 at 9:52 PM
Subject: general tree into BST
To: algogeeks@googlegroups.com


Hey hi, can anyone provide the code to convert general tree into BST and
BST into general treeThanks in advance...
**~Sathish Babu~**

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



Re: [algogeeks]

2012-07-24 Thread Sathish babu
can anyone provide the code to convert ab1cd3 to  abcddd
**~Sathish Babu~**



On Tue, Jul 24, 2012 at 11:39 PM, Mind Boggler min.b...@gmail.com wrote:

 Traditional decryption problem
 Convert a3b2c5 into aaabbc
 Can anyone Put forward an algo for the test case: a3b1c3d1
 Thanx

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