Reverse a linked list without using temporary variables.
Ingegneria Interview Questions
375,404 ingegneria interview questions shared by candidates
Given a string s, find the minimum cuts that partition s into substrings which are all palindrome.
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.
use bit operations to write a function that will determine if a number is a power of 2
Viewing 601 - 610 interview questions