Fibonacci Numbers - Iteratively and Recursively
Interns Interview Questions
248,461 interns interview questions shared by candidates
Questions asked included (only) printing the nodes of a linked list in reverse, finding the longest palindrome in a given string, finding maximum subarray sum (similar to Kadane's Algorithm) with the constraint that two numbers in the array that form the max sum cannot be next to each other.
there is a disk half painted white and the other half black. There are two sensors and the outputs of these sensors are the only signals available. How will you determine if the disk is rotating clockwise or anti-clockwise?
remove all zeros of an array to the right
Find the length of a C-string, given a pointer to the first character.
Find the maximum subset sum in an array of numbers. Discuss complexity.
Design and implement an algorithm to determine if a binary tree is symmetric.
In linux, a folder consists of 10000 files and some files contain US phone numbers. What would you do to display the names of files containing US phone numbers?
Questions about hashtables, graph search, and stacks.
Write a function that returns the depth of a tree.
Viewing 611 - 620 interview questions