list_algorithms/linear_search library

Functions

linearSearch(List<int> list, int target) int
🔍 Linear Search Algorithm