simple_searching_flutter_algorithms 0.0.3 copy "simple_searching_flutter_algorithms: ^0.0.3" to clipboard
simple_searching_flutter_algorithms: ^0.0.3 copied to clipboard

This package provides three search functions Binary Search, Linear Search, and Jump Search.

simple_searching_flutter_algorithms #

A Dart package that implements Linear Search, Binary Search, and Jump Search algorithms, and measures the execution time.

Features #

  • Linear Search
  • Binary Search
  • Jump Search
  • Measures the execution time of each search algorithm in microseconds.

Usage #

Add the package to your pubspec.yaml:

dependencies:
  simple_searching_flutter_algorithms: ^1.0.0
2
likes
140
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides three search functions Binary Search, Linear Search, and Jump Search.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on simple_searching_flutter_algorithms