Previous | Next --- Slide 52 of 66
Back to Lecture Thumbnails
ecb11

Interesting. I remember hearing about the deque being a lock-free way to implement task scheduling in some cases. This is a phenomenal two-way data structure with strong efficiency underpinning pushes/pops from either side. However, I'm confused about what happens with the last element (the single element case).

Please log in to leave a comment.