All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com_github_leetcode.BinaryMatrix Maven / Gradle / Ivy

There is a newer version: 1.37
Show newest version
package com_github_leetcode;

import java.util.List;

public interface BinaryMatrix {
    int get(int x, int y);

    List dimensions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy