![JAR search and dependency download from the Maven repository](/logo.png)
g1001_1100.s1095_find_in_mountain_array.MountainArray.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leetcode-in-kotlin Show documentation
Show all versions of leetcode-in-kotlin Show documentation
Kotlin-based LeetCode algorithm problem solutions, regularly updated
package g1001_1100.s1095_find_in_mountain_array
open class MountainArray {
open fun get(index: Int): Int {
return 0
}
open fun length(): Int {
return 0
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy