Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LinkedList #32

Closed
sethladd opened this issue Oct 2, 2013 · 2 comments
Closed

Add LinkedList #32

sethladd opened this issue Oct 2, 2013 · 2 comments

Comments

@sethladd
Copy link
Contributor

sethladd commented Oct 2, 2013

Found this: https://github.com/dart-lang/web-ui/blob/master/lib/src/linked_list.dart

The linkedlist in dart:collection is hard to use, as it forces all entries to extend from LinkedListEntry.

Quiver should have an easy to use linked list.

Thanks!

@lrhn
Copy link
Contributor

lrhn commented Mar 10, 2014

Is this a case of the Dart Queue classes not being very discoverable?
The DoubleLinkedQueue implements all the operations of this LinkedList class (but the author knows that because he used the queue code as base for this "list" code, so it seems he just wanted another name for it).

@sethladd
Copy link
Contributor Author

This might be a case of the API docs for Queue not pointing to Queue's default implementation, and the API docs of Dart's LinkedList not pointing back to Queue as an out-of-the-box option.

I will close this, as it looks like Dart has an answer. It's just not obvious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants