INFO6205 icon indicating copy to clipboard operation
INFO6205 copied to clipboard

Implement queue using doubly-linked list + unit tests

Open sydrawat01 opened this issue 3 years ago • 1 comments

  • [x] Implemented queue using doubly-linked list.
  • [x] Added additional package-private methods getHead() and getTail() to get the head and tail elements in DList.
  • [x] Unit tests for queue using doubly-linked list.

sydrawat01 avatar Jul 04 '22 21:07 sydrawat01

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.

xiaohuanlin avatar Jul 11 '22 20:07 xiaohuanlin