Re: [algogeeks] Compiler Design Help

2011-04-11 Thread rahul rai
None has been published . If you want i can give you a two links to video courses , and some set of solved questions . Which will be good for "compiler design help" On 4/10/11, Harshal wrote: > someone please share the solution manual of compiler design by Aho (aka > dragon book)... I would be v

Re: [algogeeks] Re: Interview Question

2011-04-11 Thread Kamakshii Aggarwal
but according to the question,ptr is pointing to the second node in this case On Fri, Apr 8, 2011 at 8:55 PM, Anurag atri wrote: > if innitially temp is pointing to A then there is no problem in deleting > the middle node .. > > > On Fri, Apr 8, 2011 at 4:49 PM, murthy.krishn...@gmail.com < >

[algogeeks] no of occurance in two square matrix

2011-04-11 Thread RIDER
if there is a matrix A[][] of order m and another matrix B[][] of order n such that (m>n) you have to find the occurance of matrix B[][] in matrix A[][]. A[5][5]=1,2,3,4,5 5,4,1,9,7 2,1,7,3,4 6,4,8,2,7 0,2,4,5,8 B[3][3]=1,9,7 7,3,4 8,2,7 -- You received this message because you are subscribed t

Re: [algogeeks] website feedback

2011-04-11 Thread Umer Farooq
nice idea! :) 2011/4/8 Seçkin Can Şahin > I developed a website/facebookapp. I would appreciate it if you could give > feedback about it. > > http://apps.facebook.com/wouldloveto/ > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To p

Re: [algogeeks] Interview Question

2011-04-11 Thread Umer Farooq
Ankur, you are rite. He mentioned that we may not know what the data might be. And yes, I agree that he kept the restriction because we may not know what the data is. In that case, I guess bit by bit copying of data from the next node to the current node (it is possible since both the nodes are of

Re: [algogeeks] [brain teaser ] 8april

2011-04-11 Thread Kamakshii Aggarwal
a is monkey..B is human On Fri, Apr 8, 2011 at 10:33 PM, balaji a wrote: > Both say liesA is monkey and B is a human... > > On Friday, April 8, 2011, Lavesh Rawat wrote: > > Island Puzzle > > > > > > There are people and strange monkeys on this island, and you can not tell > who is who. The

[algogeeks] [Off Topic] TEDxNSIT on April 17, 2011

2011-04-11 Thread Swarandeep Singh
TEDxNSIT comes back to NSIT this year on Sunday, 17th of April 2011 starting at 9.30 am. Our web presence can be seen here http://tedxnsit.com/ You can register on this page here http://tedxnsit.com/register.php or directly on the Google Doc linked here https://spreadsheets.google.com/viewform?hl

[algogeeks] [Off Topic] ICube Summit- 15th-16th April 2011

2011-04-11 Thread Swarandeep Singh
At NSIT we have always believed that apart from promoting research and development faculties among students, an institute's responsibility also lies in infusing a spirit of innovation amongst its students. With this vision, iCube was realised to spark entrepreneurial abilities among it's meritoriou

Re: [algogeeks] ONLY FOR MEN

2011-04-11 Thread umesh kewat
these all are coming as sparm in google group, so admin should blocked them so further no one can sparm us... On Fri, Apr 8, 2011 at 4:07 PM, Vishnutej Mylavarapu < mylavarapu.vishnu...@gmail.com> wrote: > Hello, > I dont think this is the right place for u to post these kinda things. > Also,if t

[algogeeks] Re: 11april

2011-04-11 Thread arpit.gupta
one word On Apr 11, 12:58 pm, Lavesh Rawat wrote: > * New Door Puzzle > > Rearrange the letters in 'new door' to make one word. I will only accept 1 > answer. > * > *Update Your Answers at* : Click > Here > > Solution: > Wil

[algogeeks] Re: Permutation of a string

2011-04-11 Thread baghel
This solution is incorrect.you are only considering ordered permutations of all the rotations of the list ignoring random permutations. for eg in abcd you are missing random permutation like acbd. here we need implementation of next_permutation() function of c++. this

Re: [algogeeks] Sites for Interview Questions

2011-04-11 Thread Anand
http://anandtechblog.blogspot.com/ On Mon, Apr 11, 2011 at 10:25 AM, abhishek jain wrote: > > www.careercup.com > http://www.acetheinterview.com/ > > Thanks, > Abhishek > > On Mon, Apr 11, 2011 at 3:25 PM, Akash Agrawal > wrote: > >> http://tech-queries.blogspot.com >> >> Regards, >> Akash Agraw

Re: [algogeeks] Sites for Interview Questions

2011-04-11 Thread abhishek jain
www.careercup.com http://www.acetheinterview.com/ Thanks, Abhishek On Mon, Apr 11, 2011 at 3:25 PM, Akash Agrawal wrote: > http://tech-queries.blogspot.com > > Regards, > Akash Agrawal > http://tech-queries.blogspot.com/ > > > On Tue, Jan 18, 2011 at 10:09 PM, rahul rai wrote: > >> http://www.o

Re: [algogeeks] Sites for Interview Questions

2011-04-11 Thread Akash Agrawal
http://tech-queries.blogspot.com Regards, Akash Agrawal http://tech-queries.blogspot.com/ On Tue, Jan 18, 2011 at 10:09 PM, rahul rai wrote: > http://www.ocf.berkeley.edu/~wwu/riddles/intro.shtml > Rahul K Rai > rahulpossi...@gmail.com > > > On Tue, Jan 18, 2011 at 9:27 PM, Yellow Sapphire wro

Re: [algogeeks] SEXY HOT PHOTOS

2011-04-11 Thread Praveen Kumar
Will the group owner or manager or moderator please ban this sexy bitch? On Mon, Apr 11, 2011 at 3:03 PM, SUNITHA BUSETTY wrote: > hot lipkiss > http://hotactressstoyou.blogspot.com/2011/04/lipkiss-2.html > lipkiss in without dress > http://hotactressstoyo

Re: [algogeeks] SEXY HOT PHOTOS

2011-04-11 Thread Rajeev Kumar
@Praveen * * * Don't worry abt these.Just report spam in gmail.Google will take care of him.If every one reported spam,he will be blocked* On Mon, Apr 11, 2011 at 3:15 PM, Praveen Kumar wrote: > Will the group owner or manager or moderator please ban this sexy bitch? > > > On Mon, Apr 11

Re: [algogeeks] Finding subarray

2011-04-11 Thread Subhransu
I didnt get the step 3. Could you please elaborate this(dry run be good to understand and bringing it for generic solution). Also how best the complexity will be . *Subhransu Panigrahi * *Mobile:* *+91-9840931538* *Email:* subhransu.panigr...@gmail.com On Mon, Apr 11, 2011 at 12:27 AM, ArPiT B

Re: [algogeeks] Re: flux redirction

2011-04-11 Thread BOUNAIM Oussama
i have found the solution it consists of using "<" and ">" like in linux c:>exec.exe out thank you On Mon, Apr 11, 2011 at 8:58 AM, sravanreddy001 wrote: > Hi BOUNAIM, > > Where do u want to redirct ur output to? > One option would be writing to a file. > > Questoin not clear. > > On Apr 10, 3:18

[algogeeks] [brain teaser ] 11april

2011-04-11 Thread Lavesh Rawat
* New Door Puzzle Rearrange the letters in 'new door' to make one word. I will only accept 1 answer. * *Update Your Answers at* : Click Here Solution: Will be updated after 1 day -- "Never explain you

[algogeeks] Re: flux redirction

2011-04-11 Thread sravanreddy001
Hi BOUNAIM, Where do u want to redirct ur output to? One option would be writing to a file. Questoin not clear. On Apr 10, 3:18 pm, BOUNAIM Oussama wrote: > Hi, > > I m looking for a way to redirecte my program output and input in windows > > thank you, > > sorry for my english -- You receive