Tagged Questions
3
votes
1answer
109 views
Adjacency List representation of a graph
I am looking to draw a graph knowing a simple adjacency representation of the graph like:
A = {{1, 3}, {2, 3}, {3, 4, 5}, {4, 5}, {5}}
Where ...
4
votes
1answer
182 views