[algogeeks] Compiler Design Help

2011-04-10 Thread Harshal
someone please share the solution manual of compiler design by Aho (aka dragon book)... I would be very grateful. Thanks.. -- Harshal. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

Re: [algogeeks] National Instruments face to face question

2011-04-10 Thread Munish Goyal
2. First find the given node by traversing tree (BFS) At every level maintain the list of parents of the current level being traversed. Whereever this node is found, then traverse and print both children of each parent in the list. 3. Find the paths to each node from root. This can be done by

Re: [algogeeks] Re:

2011-04-10 Thread sukhmeet singh
do post the sln after attending the class On 4/10/11, himanshu kansal himanshukansal...@gmail.com wrote: Rofl:D:D On Sun, Apr 10, 2011 at 12:01 AM, ArPiT BhAtNaGaR arpitbhatnagarm...@gmail.com wrote: lol funniest moment of Algogeeks On Sun, Apr 3, 2011 at 9:51 PM,

[algogeeks] flux redirction

2011-04-10 Thread BOUNAIM Oussama
Hi, I m looking for a way to redirecte my program output and input in windows thank you, sorry for my english -- 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

Re: [algogeeks] Google ques

2011-04-10 Thread saurabh agrawal
@aakash: you are given an array A of k values which contain int values in sorted (asec) order. Now u can understand it as if you have to create a new array which contains all elements , and sum of every two elements taken at a time and sum of all three elements taken at a time. eg if array is

Re: [algogeeks] Re:

2011-04-10 Thread SANDEEP AAMIN
no need to laugh guys... that id is a fake one.. thats not the id of our sir... On Sun, Apr 10, 2011 at 2:49 PM, sukhmeet singh sukhmeet2...@gmail.comwrote: do post the sln after attending the class On 4/10/11, himanshu kansal himanshukansal...@gmail.com wrote: Rofl:D:D On Sun,

Re: [algogeeks] Re:

2011-04-10 Thread SANDEEP AAMIN
and if u want a solution tell me.. i hav solved it... On Sun, Apr 10, 2011 at 6:11 PM, SANDEEP AAMIN sandeep.aa...@gmail.comwrote: no need to laugh guys... that id is a fake one.. thats not the id of our sir... On Sun, Apr 10, 2011 at 2:49 PM, sukhmeet singh sukhmeet2...@gmail.comwrote:

[algogeeks] Popular Puzzle of the week

2011-04-10 Thread Lavesh Rawat
Hi, Based on most comments, The popular puzzle of the last week is *http://dailybrainteaser.blogspot.com/2011/04/7april.html?lavesh=lavesh* *Please subscribe and follow this blog to show your liking to the blog.* -- You received this message because you are subscribed to the Google Groups

Re: [algogeeks] Re:

2011-04-10 Thread ArPiT BhAtNaGaR
yes we do On Sun, Apr 10, 2011 at 6:12 PM, SANDEEP AAMIN sandeep.aa...@gmail.comwrote: and if u want a solution tell me.. i hav solved it... On Sun, Apr 10, 2011 at 6:11 PM, SANDEEP AAMIN sandeep.aa...@gmail.comwrote: no need to laugh guys... that id is a fake one.. thats not the id

Re: [algogeeks] [brain teaser ] 8april

2011-04-10 Thread balaji a
Both say lies and A is monkey and B is a human... On Friday, April 8, 2011, Lavesh Rawat lavesh.ra...@gmail.com wrote: Island Puzzle There are people and strange monkeys on this island, and you can not tell who is who. They speak either only the truth or only lies. Who are the following

Re: [algogeeks] [brain teaser ] 8april

2011-04-10 Thread Ankur pratik
both r lier On Sun, Apr 10, 2011 at 11:07 PM, balaji a peshwa.bal...@gmail.com wrote: Both say lies and A is monkey and B is a human... On Friday, April 8, 2011, Lavesh Rawat lavesh.ra...@gmail.com wrote: Island Puzzle There are people and strange monkeys on this island, and you can

Re: [algogeeks] Re:

2011-04-10 Thread SANDEEP AAMIN
@arpit : use rod cutting algo On Sun, Apr 10, 2011 at 10:51 PM, ArPiT BhAtNaGaR arpitbhatnagarm...@gmail.com wrote: yes we do On Sun, Apr 10, 2011 at 6:12 PM, SANDEEP AAMIN sandeep.aa...@gmail.comwrote: and if u want a solution tell me.. i hav solved it... On Sun, Apr 10, 2011 at 6:11

Re: [algogeeks] Finding subarray

2011-04-10 Thread ArPiT BhAtNaGaR
well i hav deviced a approach : well say we hav sorted array {-1 -3 2 3 3 5 9 13 24} say we hav to seach 6 take sum of all neg no store it -4 means we can atmost reduce any no by 4 units means in any case we cant take no greater than 10-4=6 for finding 6. now locate the upto position