What is a graph?
4 years ago
Data Structure and Algorithm
A graph is one type of data structure that contains a set of ordered pairs. These ordered pairs are also referred to as edges or arcs and are used to connect nodes where data can be stored and retrieved.
Sujan Bk
Jan 9, 2022