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

A versatile Dart algorithms library providing implementations of various algorithms..

algokit #

A versatile Dart algorithms library providing implementations of various algorithms.

Features #

  • Sorting Algorithms

    • Bubble Sort
    • Quick Sort
    • Merge Sort
  • Searching Algorithms

    • Linear Search
    • Binary Search
    • Jump Search

Getting started #

Add this to your package's pubspec.yaml file:

dependencies:
  algokit: ^1.0.0

Then run:

dart pub get

Usage #

For detailed examples of how to use each algorithm, please check the /example directory in the package repository.

Additional information #

If you find a bug or have a feature request, please open an issue on the GitHub repository.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

2
likes
0
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile Dart algorithms library providing implementations of various algorithms..

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on algokit