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

The unique package for three types of search(linear, binary, jump or box). And you can also see time of searching of each search.

example/jbl_search_example.dart

import 'package:jbl_search/jbl_search.dart';

void main() {
  var jblSearch = JblSearch();
  jblSearch.search([1,2,3,4,5,6,7,8,9,10], 8);
}
1
likes
140
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The unique package for three types of search(linear, binary, jump or box). And you can also see time of searching of each search.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on jbl_search