85-maximal-rectangle

DevGod needs to write a blog entry for this problem!
/**
 * @param {character[][]} matrix
 * @return {number}
 */
var maximalRectangle = function (matrix) {

};