Find the sublist with the greatest sum in linear time
Intern Software Interview Questions
17,742 intern software interview questions shared by candidates
How to save resources' IDs used by an activity and access them in O(1), assuming there could be an infinite number of resources?
how do you overcome a problem with a coworker?
Write a function to construct a binary search tree given a string in postorder notation ("abcdefg").
implement atoi
If a sorted array is rotated, how to find how many times it has been rotated.
Find the longest sequence of unrepeated characters in a string. The interviewer was really unhelpful and didn't provide any hints, just let me stutter around.
- Convert sorted array to BST - Print the above tree level by level - I forgot the last question
Compute square root of a integer, without using the built-in sqrt method.
You have two non-uniform ropes and a bunch of matches. Each rope takes an hour to burn, but the two ropes are not identical, and it does not burn uniformly (i.e. after half the rope has burned, it has not been a half hour; either more or less than that has passed). How can you measure exactly 45 minutes?
Viewing 281 - 290 interview questions