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

for searchiing all in flutter and dart and in the world also with 3 method lineary,binary and jump method

example/searchify_example.dart

import 'package:searchify/searchify.dart';

void main() {
  // Example usage with a large list
  List<int> largeList =
      List.generate(1000000, (i) => i + 1); // List of 1 million integers
  Map<String, dynamic> resultList = binarySearch(largeList, 500000);
  print('List search result: $resultList');
}
8
likes
160
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

for searchiing all in flutter and dart and in the world also with 3 method lineary,binary and jump method

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on searchify