Coding Interview Question: Build Order
Coding Interview Question: Given a list of packages to build, determine a valid order in which to build the packages. Click for the solution.
Coding Interview Question: Given a list of packages to build, determine a valid order in which to build the packages. Click for the solution.
Coding Interview Question: Given an unsorted array, find the length of the longest sequence of consecutive numbers in the array. Click for the solution.
Coding Interview Question: Given k sorted arrays, merge them into a single sorted array. Click for the solution.
Coding Interview Question: Given a stack, sort the elements in the stack using one additional stack. Click for the solution.
Coding Interview Question: Given sorted arrays A and B, where the length of A is A+B, copy the contents of B into A. Click for the solution.
Coding Interview Question: Given a list of strings, write a function to get the kth most frequently occurring string. Click for the solution.