g1001_1100.s1095_find_in_mountain_array.MountainArray Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leetcode-in-java Show documentation
Show all versions of leetcode-in-java Show documentation
Java-based LeetCode algorithm problem solutions, regularly updated
The newest version!
package g1001_1100.s1095_find_in_mountain_array;
public interface MountainArray {
int get(int index);
int length();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy