gayatri kumargeekee.hashnode.dev·Oct 19, 2024The Ant Colony’s NetworkImagine walking through a vast ant colony where thousands of chambers are interconnected by tunnels. Each tunnel leads to a different chamber, and every chamber has multiple paths leading out. This labyrinth is more than just a network of tunnels; it...30 likesData Structures and AlgorithmsGraph
Ian Carsoniancarson.hashnode.dev·Dec 15, 2023Representing graphs in Computer Memory.Representing data structure in memory is an interesting concept that perhaps a handful of developers haven't come across yet. Those who have done competitive programming have come across it. The three popular ways to represent graphs in memory are: ...Graph representation