Thursday, 29 January 2015
Find the Binary Or in Strings using Java
Write a Program for Client and Server communication in java
Wednesday, 7 January 2015
Write an algorithm to convert the given input string to the expected output string. The input string shall be the length of few million characters. So the output has to be updated in the same string...
Input String = "ABBCDEFGGGGGGGGHHXX Expected output = "A1B2C1D1E1F1G8H2X2
Given a large array of unsigned ints, quickly find two who's sum is 10
Illustrate with an example the difference between deep and shallow copy in java?
change the value of the i without changing code of the main function, assign 20 to i ?
Find the unique number that is present only once in array while all the others are present three times.
Example: 2,3,5,1,2,2,5,3,5,3 Answer : 1 as 2,3,5 are repeated three times Complexity should be better than O(nlogn)
Subscribe to:
Posts (Atom)