1

update queue

This commit is contained in:
churl
2022-06-15 21:30:48 +02:00
parent f7b6cb658d
commit 7870f2e247
2 changed files with 43 additions and 9 deletions

View File

@ -36,7 +36,7 @@ public:
void enqueue(Chain* item);
Chain* dequeue();
void remove(Chain* item);
// void print() const;
void print() const;
bool isEmpty() const;
};