Write an algorithm to print out all of the possible solutions for a^3 + b^3 = c^3 + d^3
Developer Advisor Interview Questions
711,478 developer advisor interview questions shared by candidates
How would you implement int atoi ( const char * str );
write a function to set a particular field of register to the desired value. ( For example, set bit 3 - 10 of a word to the given value)
What is the running time of quicksoft?
First question: for a random-ordered bucket of numbers 1 through 3000 with one number missing, how would you detect which number is missing?
Implement stack using a queue
Reverse a linked list (warm up question).
Write a palindrome-checking function
Solve the skyline problem
I am in a 100-story building. I have with me two glass balls. I know that if I throw the ball out of the window, it will not break if the floor number is less than X, and it will always breaks if the floor number is equal to or greater than X. Assuming that I can reuse the balls which don't break, find X in the minimum number of throws.
Viewing 2011 - 2020 interview questions