diff options
author | Drew Stratford <drewstratford@outlook.com> | 2019-10-17 01:29:06 +1300 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-20 10:51:12 +0200 |
commit | 67041f3a8c6930300c5b40ef022f9c4c7f287cce (patch) | |
tree | 7c77507b53a7a0a9af92f21137f74f5da0d07128 /INSTALL.md | |
parent | f11c85f4a7bde369953227ebf39d2d80db42707d (diff) | |
download | serenity-67041f3a8c6930300c5b40ef022f9c4c7f287cce.zip |
AK: Add CircularDeque.
This class inherits from CircularQueue and adds the ability dequeue
from the end of the queue using dequeue_end().
Note that I had to make some of CircularQueue's fields protected to
properly implement dequeue_end.
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions