trie 1.0.2 copy "trie: ^1.0.2" to clipboard
trie: ^1.0.2 copied to clipboard

A comprehensive Trie implementation in Dart, optimized for autocomplete.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add trie

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

dependencies:
  trie: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:trie/trie.dart';
3
likes
40
pub points
17%
popularity

Publisher

unverified uploader

A comprehensive Trie implementation in Dart, optimized for autocomplete.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on trie