Given a restaurant menu and a budget, output all the possible ways to use up the budget.
Software Engineer C Interview Questions
665,683 software engineer c interview questions shared by candidates
You have a sentence with several words with spaces remove and words having their character order shuffled. You have a dictionary. Write an algorithm to produce the sentence back with spaces and words with normal character order.
Given a binary tree, print out the whole tree by levels
Do you need to use the restroom?
Find and return the first duplicate integer in an array in O(n) time and O(1) space. Assume there will always be at least one duplicated integer in the array.
Do company tagged leetcode questions.
Given two arrays of sorted integers, how would you find the minimum difference in O(n) time.
how many blocks on an n x n megablock are not on the edge?
25 racehorse question. Given 25 horses a track that can only race 5 at a time, what is the fewest # of races to find the top 3 ranked horses?
How do you reverse a linked list
Viewing 1431 - 1440 interview questions