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

Centered List #14

Open
rhanekom opened this issue Jan 31, 2013 · 0 comments
Open

Centered List #14

rhanekom opened this issue Jan 31, 2013 · 0 comments

Comments

@rhanekom
Copy link
Member

Original author: rhane...@gmail.com (August 08, 2009 19:15:25)

Linked lists are great when you want to add/remove items to the front or
back, but they are terrible for accessing something in the middle. What
would be really nice is a list indexer on top of a linked list, much like
the powercollections Dequeue structure.

Essentially it'd be nice to add / remove items from the head or the tail,
but have an indexer that can always get the 5th item from the list.

What would it take to add this as a structure to NGenerics?

Original issue: http://code.google.com/p/ngenerics/issues/detail?id=14

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

No branches or pull requests

1 participant