[algogeeks] amazon interview

2014-09-07 Thread Deependra pratap singh
Hi all, I've interviews for SDE-1 in amazon bangalore this weekend. Can any one tell me the recent questions they are focusing on ? or if anyone have the recent experience with them please share it. Thanks -- You received this message because you are subscribed to the Google Groups "Algorithm

Re: [algogeeks] getting segmentation fault..

2011-09-20 Thread Deependra pratap singh
for n>1000 , m>1000... m getting the fault. but lesser than that code is working fine... -- 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 em

[algogeeks] getting segmentation fault..

2011-09-20 Thread deependra
long int n,m; cin>>n>>m; long int a[n][m]; a[0][0]=1; for(long int i=1;ihttp://groups.google.com/group/algogeeks?hl=en.