search_package_one 1.0.3 copy "search_package_one: ^1.0.3" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add search_package_one

With Flutter:

 $ flutter pub add search_package_one

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  search_package_one: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:search_package_one/search_package_one.dart';
1
likes
145
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

repository, test

More

Packages that depend on search_package_one