sujita
BAN USER
- 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->9
so here 4 is the head where circular linklist starts.
- sujita in United States for GGn| Report Duplicate | Flag | PURGE
Flipkart Site Reliability Engineer Algorithm - 0of 0 votes
Answer1.Explain Memory dumps in java
- sujita in India for GGN| Report Duplicate | Flag | PURGE
Oracle Site Reliability Engineer - 0of 0 votes
AnswersDesign/implement a Hashset class of your own.
- sujita in India for GGN| Report Duplicate | Flag | PURGE
Oracle Site Reliability Engineer Algorithm - 0of 0 votes
Answers1.Design one/two player tic-tac-toe,using Java.
- sujita in India for GGN| Report Duplicate | Flag | PURGE
Oracle Site Reliability Engineer Algorithm - 0of 0 votes
Answers1.Design a vending machine in java.takes coins of 2,3,7 ,using JAVA
- sujita in India for GGN| Report Duplicate | Flag | PURGE
Oracle Site Reliability Engineer Algorithm - 0of 0 votes
Answers
- sujita in India for noida1.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 ....................................................................................
| Report Duplicate | Flag | PURGE
Oracle Site Reliability Engineer Java - 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 in United States for I| Report Duplicate | Flag | PURGE
Infosys Site Reliability Engineer Arrays
prints:
- sujita August 17, 2013hello world
world
hello world
hello world
hello