Implement the fibonacci sequence
Development Engineer Interview Questions
38,115 development engineer interview questions shared by candidates
Describe a data structure for which getValue(int index), setValue(int index, int value), and setAllValues(int value) are all O(1).
Shuffle Linked List
Data structures - - Write program to print Binary Tree using bredth first search and depth first search
You have a list of numbers from 1 to 1,000,000, and one number is missing. How do you find the number?
Write an inorder search of a binary tree. He gave me no arguments so I could make this recursive. Make sure you ask if you can send the tree in as an argument.
Design a memory management system
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Phone interview question: What happens when the "new" operator in C++ fails?
Reverse the individual words in a string (words are delimited by spaces). Example - "Hello world" becomes "olleH dlrow".
Viewing 691 - 700 interview questions