#data-structures
Read more stories on Hashnode
Articles with this tag
Heap is a special tree structure in which each parent node is less than or equal to its child node. Then, it is called a Min Heap. If each parent node...
Matrix is a special case of a two-dimensional array, where, each data element is of strictly the same size. So, every matrix is also a two-dimensional...
An array is a container, which can hold a fixed number of items and these items should be of the same type. Most of the data structures make use of...
About the Article Computers store and process data with extraordinary speed and accuracy. So, it is highly essential that the data is stored...