given list[list[String], where each list[String] represents a node in the following manner: node.id -> child0.id -> child1.id -> ... rebuild the tree.
Engineer Software Interview Questions
512,339 engineer software interview questions shared by candidates
Similar to this: Given an NxN grid of 0s, 1s, and 2s, find out whether 1s or 2s is surrounded starting at (i,j). Being surrounded means that 1s is surrounded by 2s or that 2s is surrounded by 1s.
Cannot disclose due to NDA but generally algorithmic questions and system design.
What happens when you type www.google.com in your browser?
Implement on a board a shortest path algorithm when traveling from point A to point B on a board. Once you produce a solution, they throw modifications to an initial problem like what if you know that points x, y, z cannot be used in a path.
Give the sizeof of the following struct : struct{ char a,b; int c; }
how do you find out if there is a cycle in linked list.
Why the manhole cover is round?
Find the common numbers in two text files.
Given a list of integers of at least length 7, print the average of each consecutive 7 number long subsequence (sliding window).
Viewing 1901 - 1910 interview questions