0 votes
in Data Structures & Algorithms by

Identify the data structure which allows deletions at both ends of the list but insertion at only one end.

a) input restricted dequeue

b) output restricted qequeue

c) priority queues

d) stack

1 Answer

0 votes
by
a) input restricted dequeue

Related questions

0 votes
asked Dec 8, 2022 in Data Structures & Algorithms by Robin
0 votes
asked Mar 17, 2021 in GitHub by rajeshsharma
...