searcher 1.0.1 copy "searcher: ^1.0.1" to clipboard
searcher: ^1.0.1 copied to clipboard

A Dart package that provides implementations for various search algorithms including Binary Search, Linear Search, and Jump Search.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add searcher

With Flutter:

 $ flutter pub add searcher

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

dependencies:
  searcher: ^1.0.1

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:searcher/searcher.dart';
0
likes
155
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package that provides implementations for various search algorithms including Binary Search, Linear Search, and Jump Search.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

tuple

More

Packages that depend on searcher