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.
Engineer Internship Interview Questions
24,421 engineer internship interview questions shared by candidates
Iterative postorder traversal
-question based on flood fill
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.
Leetcode Word Break II
Design an algorithm to determine the GCF of two numbers.
When was a time you had to teach someone?
1. Tell me about your self?
Find the number that occurs more than n/2 times in a sorted array.
Two leetcode questions, one medium and one hard. Medium was a nested parentheses question, the hard was a graph algorithm, similar to: https://leetcode.com/problems/count-visited-nodes-in-a-directed-graph/description/. Graph algorithm had an custom object with no documentation, so I had to guess for the API calls, this ate much of the time.
Viewing 1971 - 1980 interview questions