In linked list implementation of a queue, the important condition for a queue to be empty is?

Q & ACategory: Data StructureIn linked list implementation of a queue, the important condition for a queue to be empty is?
Admin Staff asked 4 years ago

In linked list implementation of a queue, the important condition for a queue to be empty is?
a) FRONT is null
b) REAR is null
c) LINK is empty
d) FRONT==REAR-1

1 Answers
Admin Staff answered 4 years ago

a) FRONT is null