#data-structures
Read more stories on Hashnode
Articles with this tag
Graphs are powerful data structures that excel at representing relationships and connections between objects. In the real world, graphs can model...
Trie, often referred to as a prefix tree, stands out as a specialized data structure tailored for handling string-based data. Its design is unique...
Priority Queue is a versatile and efficient data structure, that represents sophisticated and practical approach to data processing. By design,...
Heap is a fundamental data structure that is constructed as a specialized form of a complete binary tree. They are known to be efficient at organizing...
AVL Tree, also known as height-balanced Binary Search Tree (BST) is a genius invention by Adelson-Velsky and Landis, hence the acronym "AVL". Similar...