If there are 256 players in a lawn tennis knockout tournament,how many minimum number of matches should be played to reach the finals?
Software Engineer Interview Questions
467,163 software engineer interview questions shared by candidates
So you're not a .Net developer?
Write me a program that does ... with recursion in it. In java or C++.
New shares report data on a minute to minute basis with additional information. Please describe how to perform this change without affecting old shares data
What is the difference between an array and a linked list?
Brain teaser #1: Given 8 balls and a balance, how many weighings would it take to find one ball that does not weigh the same as the other 7. Brain teaser #2: Two boys enter a tunnel. When they are 1/3 of the way through, they hear a train coming. If the boys run in opposite directions at the same speed, and narrowly miss getting hit by the train at their respective end of the tunnel, how fast was the train traveling compared to the 2 boys?
Given an array of 1000 element, how will you find the element repeated twice in O(n) complexity
given a large array of int return the length of the longest increasing(non-necessarily-adjacent) sub-sequence
Given an array of integers arranged in a way that they are first in a strictly increasing sequence and then after a certain point they are arranged in a strictly decreasing sequence. Find the max value in that array For ex: [3,6,8,13,20,35,33,30,21,17,14,2,1,-2] : 35 is the max in this array
Coding the fibonacci algorithm.
Viewing 1701 - 1710 interview questions