search_package_one 1.0.3
search_package_one: ^1.0.3 copied to clipboard
Provides implementations of Linear Search, Binary Search, and Jump Search algorithms. Supports lists of integers and strings, returning the index of target element or -1 if not found.