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

discontinued
retracted[pending analysis]

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

algodart #

A versatile Dart algorithms library providing efficient implementations of various algorithms including sorting, searching, graph operations, and mathematical computations. This package offers a collection of well-tested, production-ready algorithm implementations that you can easily integrate into your Dart projects.

Features #

  • Sorting Algorithms
    • Bubble Sort
    • Quick Sort
    • Merge Sort
  • Searching Algorithms
    • Binary Search
    • Linear Search
    • Jump Search

Getting started #

Add this package to your project's dependencies in pubspec.yaml:

dependencies:
  algodart: ^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 #

Bug Reports and Feature Requests #

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.

0
likes
0
points
92
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

(pending) (license)

More

Packages that depend on algodart