Given an array and a target number, T, print out all the pairs in the array that add up to T without printing duplicates. Duplicate: (5,6)=(6,5)
Developer Interview Questions
269,109 developer interview questions shared by candidates
What is the probability of an integer from 1 to 60,000 not having the digit 6?
General Java Questions which one can see over the Internet.
How to remove duplicated items in a list? What's the complexity of your algorithm?
How would you extend Array in JavaScript so that it could add all the values stored in an array?
1.Write a C/C++ function that verifies the equation z*z*z + h*h = b*b*b and return true or false.
Write Hello World in C#.
What was a problem you faced with a previous employer and how did you handle it?
2 pieces of string of different length and non-uniform width, each take one hour to burn. the remaining length of a burning string doesn't tell you how much longer it burns for. with a lighter measure 45 mins.
Write a program to reverse each word in a string and remove spaces say "i am good" to "imadoog".
Viewing 781 - 790 interview questions