[algogeeks] RBS interview experience

2012-09-06 Thread mind boggler
hi
can anyone plz share their interview experience at RBS,gurgaon
no. of rounds and nature of rounds
what areas to focus on
also tell if there was any group activity
and finally no. of selected students from one's clg...
thanks

-- 
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] hi

2012-09-06 Thread mind boggler
can somebody share their interview exp wid RBS, gurgaon?

-- 
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] Amazon Q

2012-08-26 Thread Mind Boggler
Q2) get to n/2 nodes
Reverse link list after n/2 nodes
Now check from 1st node and n/2 node for equality
Can make the checking for equality function recursive

Sent from my iPhone 4


On 26-Aug-2012, at 12:41 AM, Ashish Goel ashg...@gmail.com wrote:

 Q1. Design a data structure for the following operations:
 
 I.Enqueue
 
 II.   Dequeue
 
 III.  Delete a given number(if it is present in the queue, else 
 do nothing)
 
 IV.   isNumberPresent
 
 All these operations should take O(1) time.
 
 
 
 Q2. Check if a linked list (each char is a node) is palindrome, recursively.
 
 Best Regards
 Ashish Goel
 Think positive and find fuel in failure
 +919985813081
 +919966006652
 -- 
 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] Queue problem

2012-07-24 Thread Mind Boggler
Circular queue
Expalanation- think of the condition for overflow


On 24-Jul-2012, at 9:52 PM, Hariraman R rpharira...@gmail.com wrote:

 Which of the following queue creates overflow when the no of elements is less 
 than the queue size??
 
 1)single queue
 2)priority queue
 3)dequeue
 4)circular queue
 
 Kindly explain what is the answer and why??? Thanks in advance..
 -- 
 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]

2012-07-24 Thread Mind Boggler
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.



Re: [algogeeks] Suggestion needed

2012-06-26 Thread mind boggler
dbms=korth
os=galvin
aptitude=rs agarwal

On Sun, Jun 17, 2012 at 4:51 PM, Prakhar Jain jprakha...@gmail.com wrote:

 Hello everyone,

 Please anyone suggest that what books,sites,etc. should be preffered while
 preparing for topics such as networking, dbms, os, aptitude for
 placements.
 Any advice would be helpful!  (Sorry for posting not related to
 group)

 Thanks.


 --
 Prakhar Jain
 IIIT Allahabad
 B.Tech IT 3rd Year
 Mob no: +91 9454992196
 E-mail: rit2009...@iiita.ac.in
   jprakha...@gmail.com

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