Algorithmic questions (Greedy approach on arrays, question on LinkedLists, Stack based questions)
Internship Software Engineer Interview Questions
23,925 internship software engineer interview questions shared by candidates
Check for balanced parentheses in an expression.
Straight to coding basically. 3 sum without using sort.
Generate n number of points on a circle given the radius.
Why Slack
Given a binary tree, return the sums of each path (root to leaf node) in an array
Closest path from A to B given an unweighted, directed graph of positive ints, then update given a binary tree that includes duplicates
Meeting Room Interval Problem
how to construct binary tree
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.
Viewing 1821 - 1830 interview questions