Science, asked by SinghSaab666, 1 year ago

What is means of stacks and queues i linklist?

Answers

Answered by ČŘĚĚĎ
2
Stacks and queues have their own reason of existence. A stack is a FILO (First In Last Out) or LIFO (either ways) data structure that could be implemented using arrays, linked lists or other forms.
Similar questions