Reading time: 10 minutes
In this article, we have explained the differences between Directed and Undirected Graphs based on different attributes such as adjacency matrix, entropy and much more.
Before we start with the problem at hand we should first recall what graphs are.
Graphs are non linear data structure that enables us to viusalise structure of objects connected using links. Thre are two main components of a graph namely-
Nodes - The vertices that represent objects.
Edges - The lines tha...
Published on August 05, 2022 19:09