algokit 1.0.0
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.