#data-structures
Read more stories on Hashnode
Articles with this tag
Before we get into the details of graphs, let's understand the real-life applications of graphs. Graphs exist everywhere, they are like a flow...
Heaps are advanced data structures and are mostly implemented using priority queues. They can be thought of as a tree-based structure, in which the...