Reverse a string in-place.
Programmer Analyst Intern Interview Questions
719,167 programmer analyst intern interview questions shared by candidates
Given a value and an array of integers, find if there are two integers in the array that add up to the value.
How would you reverse a linked list in Java?
Find the longest subsequence in a given array of numbers in O(n)
How would you test if a binary tree were symmetrical and balanced.
unlimited supply of coins of different demoninations. pick min number of coins to get given amount.
How do you detect for the first repeated character in a string? How do you detect whether or not a word is a palindrome?
What is the fast sorting algorithm and why?
Write a function atoi in C, which takes a String as input, such as "123", and outputs an int, in this case 123.
Write a program that sees if two binary trees are equal.
Viewing 1531 - 1540 interview questions