sujita
- 17
0of 0 votes
AnswersHow to design three stacks using one array ?
- sujita on July 08, 2012 in India for India Edit | Report Duplicate | Flag
Also,Is there any option by which you can delete questions submitted by you ? Please let me know.
Developer Program Engineer Algorithm - 14
0of 0 votes
AnswersSuppose there is a linked list ,how to find it is circular and also find the node where it becomes circular..like say
1->3->4->6->8->0 | | 7->23->5->9so here 4 is the head where circular linklist starts.
- sujita on July 07, 2012 in United States for GGn Edit | Report Duplicate | Flag
Flipkart Site Reliability Engineer Algorithm - 1
0of 0 votes
Answer1.Explain Memory dumps in java
- sujita on July 06, 2012 in India for GGN Edit | Report Duplicate | Flag
Oracle Site Reliability Engineer - 8
0of 0 votes
AnswersDesign/implement a Hashset class of your own.
- sujita on July 06, 2012 in India for GGN Edit | Report Duplicate | Flag
Oracle Site Reliability Engineer Algorithm - 38
0of 0 votes
Answers1.sort array {0,1,1,0,1,0,1,0,0,1,1,1,0} of binary numbers in O(n) time complexity using property of binary numbers.(no counting here)
- sujita on July 06, 2012 in India for GGN Edit | Report Duplicate | Flag
Oracle Labs247 Quality Assurance Engineer Site Reliability Engineer Arrays - 1
0of 0 votes
Answer1.Design one/two player tic-tac-toe,using Java.
- sujita on July 06, 2012 in India for GGN Edit | Report Duplicate | Flag
Oracle Site Reliability Engineer Algorithm - 2
0of 0 votes
Answers1.Design a vending machine in java.takes coins of 2,3,7 ,using JAVA
- sujita on July 06, 2012 in India for GGN Edit | Report Duplicate | Flag
Oracle Site Reliability Engineer Algorithm - 4
0of 0 votes
Answers
- sujita on July 04, 2012 in India for noida Edit | Report Duplicate | Flag1.Design a vending machine in java.takes coins of 2,3,7,JAVA 2.Design one/two player tic-tac-toe,Java. 3.sort array {0,1,1,0,1,0,1,0,0,1,1,1,0} of binary numbers in O(n) time complexity using property of binary numbers.(no counting here) 4.Design/implement a Hashset class of your own. 5.Memory dumps in java ....................................................................................
Oracle Site Reliability Engineer Java - 69
0of 0 votes
Answersint[] array = {3,-1,-2,2,2,3,2,-6,2,3,-8,0,2}; out put needed : {3,2,2,3,2,2,3,0,2,-1,-2,-6,-8} order is maintained and -ve numbers are sent to rightmost in order.Design a code with single iteration to do it.
- sujita on July 03, 2012 in United States for I Edit | Report Duplicate | Flag
Infosys Site Reliability Engineer Arrays

use enum...
- sujita on July 16, 2012 Edit | Flag View Reply