Design a data structure that supports insert, delete min, delete max, get min, and get max, all in log(n) time.
Engineering Project Coordinator Interview Questions
45,088 engineering project coordinator interview questions shared by candidates
Print a linked list in reverse recursively and non-destructively.
Say you have a single-column table of entries of variable size. Implement this table to also contain methods to lengthen one cell, cut a cell shorter, and to return which cell we're pointing at if given a certain distance from the beginning of the table. All methods need to be fast (assume a single-column table with many many entries).
Given a list of 4 billion integers, find an integer not in the list using 4MB of memory.
Given an array of arrays which contain characters, find all the arrays with at least one common character and return them as pairs.
You have two glass bottles that will break if dropped from a specific floor between 1 and 100. Find the most efficient way to find out which floor will break the glass.
You have a program with something or component that fails 1 week before launch. What do you do?
You are in a boat which is in the middle of a pond and you are holding a rock in your hand. You throw the rock into the lake. Does the water level of the lake rise?
Find the nth fib number
Given a matrix with 1's and 0's, find the number of groups of 1's. A group is defined by horiz/vertically adjacent 1's.
Viewing 21 - 30 interview questions