Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 506 Bytes

File metadata and controls

19 lines (14 loc) · 506 Bytes

About

This is a double-ended queue (linked list) implementation providing thread-safe and re-entrant interface functions. It supports the following operations:

  • push front
  • push back
  • pop front
  • pop back
  • queue traversal

This is my solution of an assignment in the course CS511 (Concurrent Programming) at Stevens Institute of Technology in the Fall of 2012.

Copyright

(Copyright) 2012 Fabian Foerg