TyperLabBeta

Go Typing Practice

Go / Algorithms / Linear Search

Linear search

1 / 1
CPM
Accuracy
0Errors
00:00Time
linear-search.goStart typing to begin
30

Start typing to begin

Start typing to begin func linearSearch(nums []int, target int) int { for i, n := range nums { if n
Go0 CPM0 WPM0 errors00:000 / 125