INFO6205
INFO6205 copied to clipboard
Implement queue using doubly-linked list + unit tests
- [x] Implemented queue using doubly-linked list.
- [x] Added additional package-private methods
getHead()andgetTail()to get the head and tail elements in DList. - [x] Unit tests for queue using doubly-linked list.
Good job! I think your code is a compliment to the repository. But I am not if is necessary to be merged into the branch because it is just another kind of approach to implementing queue.