Dado una coleccion de enteros A, retornar otra coleccion B, donde cada elemento B[i] sea el producto de todos los elementos de A, excepto A[i].
Internship Software Engineer Interview Questions
23,667 internship software engineer interview questions shared by candidates
Water Container
Meeting Room Interval Problem
Question regarding linked lists.
Given any signed 32-bit integer (any number between -2 billion and +2 billion), translate it into English words. For example, given 13,324 return "thirteen thousand three hundred twenty four"
Given some words with wildcards in them (e.g "hell* , or "go?d"), where each wildcard means it can be replaced by 1 or more characters or just one, respectively, you need to make a function that takes those words and see if they match to a bank of words that are given to you.
Iterative postorder traversal
-question based on flood fill
Pascal triangle in any language you want, given the depth of the triangle, print out all the values.
Given jobs that have running times and other jobs that must be run before the current one, find the total time it takes to run any given job.
Viewing 1901 - 1910 interview questions