Implement Fibonacci in log_n time
Software Development Interview Questions
36,975 software development interview questions shared by candidates
Find the sublist with the greatest sum in linear time
How to save resources' IDs used by an activity and access them in O(1), assuming there could be an infinite number of resources?
Hardest question was how to sort a linked list using recursion only. I knew the iterative solution but couldn't come up with recursion. Very difficult.
You are given two buckets. One holds 3 gallons and the other holds 5 gallons. Have do you make 4 gallons of water?
how much memory is int[3000][3000] in bytes and then in MB's. should this size of memory be allocated or static?
Reverse a string in a matrix in place. you are given the direction and length of the string.
Write a function that finds all the times a clocks hours and minutes hand are at 90 degrees.
convert strings into int types;
how do you overcome a problem with a coworker?
Viewing 581 - 590 interview questions