in reply to how to convert two lists into adjacency matrix

How do you plan to use/access your generated adjacency matrix?

By adjacency matrix, I assume you mean something like what is mentioned in this article?

In that article, there is no explicit listing of the values in the adjacency matrix.

  • Comment on Re: how to convert two lists into adjacency matrix