discuss linked and sequential representations with examples in stack ?
Answers
Answered by
0
Explanation:
Stacks and Queues. An array is a random access data structure, where each element can be accessed directly and in constant time. ... Random access is critical to many algorithms, for example binary search. A linked list is a sequential access data structure, where each element can be accesed only in particular order.
Similar questions