Reputation: 743
I came across this post from a few years back that mentions a "double pointer list". Apparently it is a version of List<T>
with O(1) removal. How do I make one, and how do I use it?
(Sorry, I'd make this a comment to the linked post, but I lack the reputation to make comments)
Upvotes: 2
Views: 127
Reputation: 743
Turns out they don't exist, the author of that post chose their words poorly. Mark Benningfield answered in the comments of this post.
Upvotes: 2