Print out Pascal's Triangle. Give an iterative solution. Give a recursive solution. Compare them.
Mobile Engineer Interview Questions
5,887 mobile engineer interview questions shared by candidates
given a number, find four numbers from an array so that their sum is equal to that number;
Robot Traversal.
Describe how to sort integers read one at a time from an infinite stream.
Find the in order sequence node in a BST.
How to convert a ternary expression to binary search tree Ex. a?b:c:d Given: class Node{ Node left; Node right; }
write psuedocode/code to reverse string.
Brain teaser
Perform a deep copy of a graph of nodes, where each node only contains its neighboring nodes.
Write an app from scratch in 30 mins
Viewing 1741 - 1750 interview questions