algokit
다양한 알고리즘의 구현을 제공하는 유용한 Dart 알고리즘 라이브러리입니다.
다양한 알고리즘의 구현을 제공하는 유용한 Dart 알고리즘 라이브러리
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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.
Add this package to your project's dependencies in pubspec.yaml:
dependencies:
algokit: ^1.4.0
Then run:
dart pub get
For detailed examples of how to use each algorithm, please check the /example directory in the package repository.
If you find a bug or have a feature request, please open an issue on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.