Reserve link listed pair-wise
Software Development Interview Questions
37,298 software development interview questions shared by candidates
Phone interview question: What happens when the "new" operator in C++ fails?
Consider n people with random birthdays. How large does n need to be before there is at least a 50% chance that two people have the same birthday?
Shuffle Linked List
Find the max int in an onordered binary tree.
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?
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
Design for a google doc style spreadsheet, with a focus on how to handle multiple concurrent edits and formulas on the spreadsheet.
Design a memory management system
Viewing 721 - 730 interview questions