Implement a function that counts the duplicates in an unordered array
Developer Interview Questions
271,141 developer interview questions shared by candidates
if A! + B! + C! = ABC and A, B, C are single digit numbers, find A, B, and C.
Now if you have a sorted array, how will you search for an element?
6 face dice. He rolls 1 to win, and me 6. He rolls first, what's the probability that he eventually win.
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".
HTML 5 new tags? local storage vs session storage ? location api? How to clear local storage ?
Technical Question: Given the following list of integers, how would you sort it the most efficiently and weed out duplicates at the same time?
given a dictionary of words sorted according to a certain order, write a function to out put this order. e.g. input {abc, fkq, bct} output:{a, f, b, k, c, q, t}
Please code up and send me a function that takes two integer arrays and returns their intersection. This answer must take less than n^2 time.
Viewing 771 - 780 interview questions