#dsa
Read more stories on Hashnode
Articles with this tag
A linked list is a data structure that consists of a sequence of nodes, where each node contains an element of data and a reference to the next node...
A stack is a data structure that follows the Last In First Out (LIFO) principle, which means that the last element added to the stack is the first one...