What to choose to implement deque?

Posted by atch on Stack Overflow See other posts from Stack Overflow or by atch
Published on 2010-03-29T13:17:27Z Indexed on 2010/03/29 13:23 UTC
Read the original article Hit count: 191

Filed under:

What would you rather choose to implement deque: HashSet or LinkedList. And could you state cons and pros for both please? Thank you.

© Stack Overflow or respective owner

Related posts about java