In this task, we are given a complete implementation of a doubly linked list, and we are asked to implement 2 data structures, namely Queue, and Stack. A queue is a FIFO (first-in-first-out) container
a) True
b) False