Apple phone interview questions for iOS developer.
- Write a function to check if a point is inside an UIView.
- Given a tree (Not Binary Tree), write a function for search for a given string. If the word is found return the node else return nil.
- Find all the permutations of a given string.