Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
Developer Interview Questions
269,085 developer interview questions shared by candidates
Write a function to convert First Name, Last Name to Last Name, First Name.
giving numbers 2,3,5,7,11 , 1.multiply each number by 2, 2.if the result is bigger than 25 , then go to next step, otherwise repeat the 1st step. 3. multipy the result by 3. 4. add XX 5. divide with XX. question: which number will produce maximun output
give you 3L bottle and 5L bottle, to get 4L water.
Given a vector of integer elements. Remove the duplicates. Do not change the order of elements.
Reverse character string in python
I have 55 cents in two coins, one of these coins is not a nickel. What are the two coins?
Debug code like a compiler would
If you were a hostess at a restaurant, how would you implement a data structure to organize the reservations given x number of people per table, y number of tables, reservation time intervals of 30 minutes from 6pm-11pm, and time durations of parties at a table being one hour?
I was asked to iterate through binary strings by character and then add the individual integers from the strings.
Viewing 711 - 720 interview questions