mirror of
https://github.com/cubixle/codekata-golang.git
synced 2026-04-24 23:04:42 +01:00
20210109
This commit is contained in:
16
20210109/main.go
Normal file
16
20210109/main.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
|
||||
func search(n int, nums []int) int {
|
||||
l := len(nums)
|
||||
c := l / 2
|
||||
for {
|
||||
if c == 0 {
|
||||
|
||||
}
|
||||
}
|
||||
return -1
|
||||
}
|
||||
Reference in New Issue
Block a user