Given two sorted arrays with sizes m and n. Merge them into a third array of size m+n.
A function is given that returns 1 with probability p and returns 0 with probability p-1. Write another function which calls this function and returns 1 and 0 with probability 1/2 each.
Three ants in corners of triangle puzzle.
Round 3 (Vice - president)
Questions on projects I had worked on.
How HashMaps work in Java?
Explain JVM architecture.
How does garbage collector work in Java?
Given an array of numbers, arrange it in such a way that a1 > a2 < a3 > a4 < a5 > a6 < .....