[Programming Problem] Max Area of Island

[Problem Link] Algorithm: Loop through universe. Looks for any island element `1` and run recursive algo on it. Recurse: Basically, move top, bottom, left,...