Largest rectangle in histogram January 01, 2018 Coding Interview Questions Given a histogram, find the largest rectangle which fits in the histogram.
Two Sum January 01, 2018 Coding Interview Questions Given an array of integers, find any two numbers whose sum equals the specified number.