searchify 1.0.0 copy "searchify: ^1.0.0" to clipboard
searchify: ^1.0.0 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
0
points
6
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

License

unknown (license)

More

Packages that depend on searchify