Graphs are an excellent way of showing high-dimensional data in an intuitive way. But when it comes to representing graphs as matrices, it can be a little less intuitive. Earlier, we looked at how to represent an undirected graph as an adjacency matrix. In this tutorial, we'll be looking at ... READ the POST