Given a dollar value, write a function that calculates the number of possible coin combinations that make up that value.
Engineer Intern Interview Questions
18,167 engineer intern interview questions shared by candidates
Write a function to convert First Name, Last Name to Last Name, First Name.
given the utitlies getFriend(User u) and areFriends(User u1, User u2), write the function which takes as parameter the array of users and return a bool saying if you can divide the users in 2 groups s.t. if u1 and u2 both belong to a certain group, they are not friends.
Given a triangle of integers, find the path of the largest sum without skipping.
How would you traverse through a binary search tree and print out each element in order?
Print the BST in level order
You have two sorted arrays - how can you effectively merge them into one giant sorted array?
Find the max ;length palindrome in an input string.
There is an array of numbers, containing the integers 1-n, how can you find the sum of the numbers in that array?
Calculate the square root of a number.
Viewing 141 - 150 interview questions