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

g1001_1100.s1095_find_in_mountain_array.MountainArray Maven / Gradle / Ivy

There is a newer version: 1.35
Show newest version
package g1001_1100.s1095_find_in_mountain_array;

interface MountainArray {
    int get(int index);

    int length();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy