search_package_one 1.0.0 copy "search_package_one: ^1.0.0" to clipboard
search_package_one: ^1.0.0 copied to clipboard

This package provides implementations of common search algorithms including Linear Search, Binary Search, and Jump Search. It supports searching through lists of both integers and strings. Each search [...]

1.0.0 #

  • Initial version.
1
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides implementations of common search algorithms including Linear Search, Binary Search, and Jump Search. It supports searching through lists of both integers and strings. Each search function returns the index of the target element if found, otherwise it returns -1. The package is designed to demonstrate basic search algorithms and their usage in Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

test

More

Packages that depend on search_package_one