package binarysearch func SearchInts(list []int, key int) int { panic("Please implement the SearchInts function") }