Wednesday, 7 January 2015
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)
Sunday, 7 December 2014
AVL Tree program in C
Wednesday, 5 November 2014
How to find the sizeof Data type and Display in Decemial,Octal and HexaDecimal format in C
Radix sort program in C
Subscribe to:
Posts (Atom)