#dsa
Read more stories on Hashnode
Articles with this tag
A queue is a linear data structure that is open at both ends and the operations are performed in First In First Out (FIFO) order. We define a queue to...
A stack is a linear data structure in which the insertion of a new element and removal of an existing element takes place at the same end represented...
A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are...