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

This package enables to ease the searching algorithms

Search Algorithms Package #

This package provides implementations of various search algorithms, including Binary Search, Linear Search, and Jump Search. Each search function returns the index of the found item or -1 if not found, along with the time taken to perform the search.

Features #

  • Binary Search: Efficient search on sorted lists.
  • Linear Search: Simple search method for unsorted lists.
  • Jump Search: Faster than linear search for sorted lists.

Getting started #

To start using the search_algorithms package, add it to your pubspec.yaml file:

dependencies:
  search_algorithms:
    path: ../search_algorithms  # Replace with the correct path or use the version if published

0
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package enables to ease the searching algorithms

License

MIT (license)

More

Packages that depend on searching_algorithms_uzb