Find the lowest common ancestor for BST
Software Engineers Interview Questions
419,248 software engineers interview questions shared by candidates
Given a list of integers that fall within a known short but unknown range of values, how to find the median value?
Write a Square Root function for a computer without floating point calculations
Write a routine that does secret santa in O(N) time.
Given a string, return true if after jumbling/rearranging the characters of the string will it be a palindrome. and false if not. eg: given string "evlel", it can be rearranged to "level" and thus it is a palindrome, and return true. eg: 1234 cannot be rearranged to become a palindrome hence false.
Find the max k elements in an unsorted array.
Given two strings, find if they differ by exactly two letters.
Write a function to tell if three points are colinear.
Write a piece of code to find the square root of a number.
Design a stack that has an O(1) max() method.
Viewing 1141 - 1150 interview questions