#data-structures
Read more stories on Hashnode
Articles with this tag
Stack A stack is a linear data structure, where "linear" refers to the order in which the items are arranged. The two operations that can be...
Array Array is a group of elements having same datatype which means it can only store elements which are having same data type. Elements in array...