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

Bu package orqali siz uch xil search functionlaridan foydalana olasiz bular Binary seach LInery search Jump search. maybe it is best.

SearchTimeWithIndexBase Package #

The search_time_with_index_base package provides three search algorithms with timing functionalities for evaluating their performance: Binary Search, Linear Search, and Jump Search. This package is designed to help you measure the efficiency of these search algorithms in terms of execution time and index lookup.

Features #

  • Binary Search: Efficiently search a sorted list using a divide-and-conquer approach.
  • Linear Search: Sequentially search through a list, suitable for unsorted lists.
  • Jump Search: A compromise between linear and binary search, effective on sorted lists.

Installation #

To use this package, add search_time_with_index_base as a dependency in your pubspec.yaml file:

dependencies:
  search_time_with_index_base: ^1.0.0
1
likes
145
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Bu package orqali siz uch xil search functionlaridan foydalana olasiz bular Binary seach LInery search Jump search. maybe it is best.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on search_time_with_index