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

g1001_1100.s1095_find_in_mountain_array.MountainArray.kt Maven / Gradle / Ivy

There is a newer version: 1.32
Show newest version
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