interval_skip_list 0.0.3 copy "interval_skip_list: ^0.0.3" to clipboard
interval_skip_list: ^0.0.3 copied to clipboard

outdatedDart 1 only

This data structure maps intervals to values and allows you to find all intervals that contain an index in O(ln(n)), where n is the number of intervals stored.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add interval_skip_list

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

dependencies:
  interval_skip_list: ^0.0.3

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:interval_skip_list/interval_skip_list.dart';
0
likes
40
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

This data structure maps intervals to values and allows you to find all intervals that contain an index in O(ln(n)), where n is the number of intervals stored.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on interval_skip_list