This is comment for paste
Tests for DoublyLinkedList
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Дополнительные методы класса нужные для тестов
- [[nodiscard]] int getSize() const { return size; }
- [[nodiscard]] NodePtr getHead() const { return head; }
Advertisement
Add Comment
Please, Sign In to add comment