graph in data structure

Representing Graphs in Data Structures

Graph Basics Contributed by: Ruchi Nayyar A graph can be thought of as a data structure that is used to describe relationships between entities. An entity can be any item that has a distinctive and independent existence. It could either be an actual physical object or an abstract idea. For example, an entity can be […]

Representing Graphs in Data Structures Read More »