Reverse a linked list without using temporary variables.
Engineer Software Interview Questions
419,267 engineer software interview questions shared by candidates
Given a string s, find the minimum cuts that partition s into substrings which are all palindrome.
Write a program to check if a number has rotational symmetry i.e is the same when rotated by 180 degrees. Ex 1691, 181, 11, 1001
give your a tree root, to find the same value in same layer
If given a list (or array) of numbers 1 - 100 with a number missing. How would you find that number?
Write a method to generate the Fibonacci series
Given a list of strings, for each string, find if it has an anagram in the list.
Given a set of non-overlapping integer ranges (1,3) (5,8), etc., and an input integer, what is the best way to organize the data and allow for quick search based on the input, etc.
Print out a binary tree level by level
Given array of elements of 3 types. Sort it.
Viewing 751 - 760 interview questions