https://leetcode.com/problems/smallest-rectangle-enclosing-black-pixels/ Varsayılan kod: ``` class Solution { public int minArea(char[][] image, int x, int y) { } } ```   