Computer Science, asked by wilsonp, 1 month ago

What will happen if we do not maintain a rear pointer (which points to the

last node) in a linked queue?"


Dequeue becomes cheaper

Enqueue becomes cheaper

Enqueue becomes costlier

Dequeue becomes costlier

Answers

Answered by vharshika25
0

Dequeue becomes cheaper. Enqueue becomes cheaper. Enqueue becomes costlier.

Similar questions