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

A lightweight and flexible Dart package providing a circular doubly-linked list with advanced entry-level controls. This package is useful for developers who need efficient insertion, deletion, and tr [...]

1.0.2 #

  • Complete tests for 100% coverage.

1.0.1 #

  • Add ability to use Iterable over a size greater than the list length, i.e. to go around the circle more than once.

1.0.0 #

  • Initial version.
2
likes
150
points
34
downloads

Publisher

verified publishernoonshy.com

Weekly Downloads

A lightweight and flexible Dart package providing a circular doubly-linked list with advanced entry-level controls. This package is useful for developers who need efficient insertion, deletion, and traversal operations in a circular data structure.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on circular_linked_list