Re: [algogeeks] google paper

2012-08-12 Thread Abhishek Kumar
, Abhishek Kumar abhivai...@gmail.comwrote: two coding Qs + some mcqs(more than 1 option correct),time is 1.5 hr.. On Fri, Aug 10, 2012 at 4:06 PM, deepikaanand swinyanand...@gmail.comwrote: Somebody from DCE plz tell the paper pattern of google... -- You received this message because you

Re: [algogeeks] Cisco paper questions

2012-08-12 Thread Abhishek Kumar
smbody plz post cisco written Qs On Thu, Aug 9, 2012 at 12:29 PM, Abhi abhi120@gmail.com wrote: Hi Guys,I have Cisco Goldman Sachs placement exams next week. If anyone has appeared for cisco or Goldman Sachs recentlyplz post some of the questions asked by them. It would really be of

Re: [algogeeks] google paper

2012-08-11 Thread Abhishek Kumar
two coding Qs + some mcqs(more than 1 option correct),time is 1.5 hr.. On Fri, Aug 10, 2012 at 4:06 PM, deepikaanand swinyanand...@gmail.comwrote: Somebody from DCE plz tell the paper pattern of google... -- You received this message because you are subscribed to the Google Groups Algorithm

Re: [algogeeks] Re: find a point closest to other points

2012-05-06 Thread abhishek kumar
?hl=en. -- Abhishek Kumar B.Tech(IT) Graduate Allahabad Contact no-+919663082731 -- 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

[algogeeks] Any one

2011-11-23 Thread abhishek kumar
is needed. -- Abhishek Kumar B.Tech(IT) Graduate Allahabad Contact no-+919663082731 -- 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

Re: [algogeeks] LCA of a Binary tree not a binary search tree

2011-11-22 Thread abhishek kumar
If you maintain the parent, it'll be a simple problem. Just go to the two nodes and then trace their parents till you reach the common node. On Tue, Nov 22, 2011 at 1:59 PM, anshu mishra anshumishra6...@gmail.comwrote: first try to understand the sol then comment. it is for binary tree not for

Re: [algogeeks] Problem

2011-10-31 Thread abhishek kumar
Represent the dependencies as a graph. Store all the values in a list. For each vertex in the graph find all values for which there is no edge from the vertex. If these values are there in the list, remove them from the list and create a set of the vertex and the removed values. If the values are

[algogeeks] Re: Pointers

2011-08-04 Thread abhishek kumar
i think for pointers:- yashwant kanetkar(Understanding pointers in C) will be good enough. Queues, Stacks: Tanenbaum(Data Structures through C/C++) -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit

Re: [algogeeks] Samsung India electronics pvt. ltd

2011-08-04 Thread abhishek kumar
i have appeared for Samsung. so here i am giving some idea. written section first round: All reasoning question were based on puzzles like sitting arrangement(little bit tough). -25 que and 20on DI rest 5 on simple apti. second round: (for c/c++) 30 ques were asked for 30 mins. 20 questions was

[algogeeks] Re: Directi on campus

2011-08-03 Thread abhishek kumar
mostly on Linux(deep concepts), puzzles, simple data structures. around 50 questions will be there in first round of written.. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit

Re: [algogeeks] Re: Directi on campus

2011-08-03 Thread abhishek kumar
@aditi: i didn't got, what you said.. -- 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/-/acgqxPRHBAMJ. To post to this group, send email to

[algogeeks] Aricent is coming..

2011-08-03 Thread abhishek kumar
hey guys.. Aricent is visiting to our college on 22nd. will you provide me the pattern and sample papers.. thanks in advance. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit

Re: [algogeeks] Aricent is coming..

2011-08-03 Thread abhishek kumar
thanks.. -- 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/-/HvrvfCYJUsEJ. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from

[algogeeks] C output

2011-07-14 Thread abhishek kumar
hi friends, i have a doubt about this code. what will be its output and how. int a=35,*b; b=a; ++*b=++*b; -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To view this discussion on the web visit

Re: [algogeeks] C output

2011-07-14 Thread abhishek kumar
@Gaurav Jain in turbo c++,(this was a c program). it is giving output 36. -- 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/-/uuO64oNqACMJ. To post to this

Re: [algogeeks] C output

2011-07-14 Thread abhishek kumar
@Gaurav Jain but in Turbo C++ (as a c++ program) it is giving output a=36. -- 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/-/ORNJxARkBIoJ. To post to this

Re: [algogeeks] C output

2011-07-14 Thread abhishek kumar
@Sandeep Jain sandeep, please be more clear about lvalue rvalue assignment. -- 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/-/42bIvZNRPRYJ. To post to this

[algogeeks] Yahoo coding round question

2010-10-19 Thread Abhishek Kumar Singh
Given an array of length N. How will you find the minimum length contiguous sub - array of whose sum is S and whose product is P . Here S and P will be given to you. -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send

[algogeeks] How will you find the subarray whose product is k in an array of negative and positive numbers

2010-09-30 Thread Abhishek Kumar Singh
How will you find the subarray whose product is k in an array of negative and positive numbers efficient algorithm is to be considered, it will be better if time complexity is O(n) -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to

[algogeeks] Re: Amazon: sort array

2010-07-12 Thread Abhishek Kumar Singh
);         return 0; } On Mon, Jul 12, 2010 at 10:20 AM, Abhishek Kumar Singh iiita2007...@gmail.com wrote: @souravsain for input {10,20,30,40,50,23,27}; ur output is coming  10, 20, 23, 27, 40, 30, 50, which not SORTED array. On Jul 10, 6:19 pm, souravsain souravs...@gmail.com wrote

[algogeeks] Re: Amazon: sort array

2010-07-11 Thread Abhishek Kumar Singh
@souravsain for input {10,20,30,40,50,23,27}; ur output is coming 10, 20, 23, 27, 40, 30, 50, which not SORTED array. On Jul 10, 6:19 pm, souravsain souravs...@gmail.com wrote: @Jitendra I have run the code with input given by you and found that it works well. Please have a look