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

Universal radix sort implementation supporting integers, doubles, and strings with configurable sort direction and processing order.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add universal_radix_sort

With Flutter:

 $ flutter pub add universal_radix_sort

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  universal_radix_sort: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:universal_radix_sort/universal_radix_sort.dart';
1
likes
150
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

Universal radix sort implementation supporting integers, doubles, and strings with configurable sort direction and processing order.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

path

More

Packages that depend on universal_radix_sort