mmcs-ruby / visual_graphs

MIT License
2 stars 15 forks source link

Implement graph converting: from adjacency matrix based graph to adjacency list based graph #21

Open handlessdude opened 2 years ago

handlessdude commented 2 years ago

Implement type conversion. The result of func must be new graph of appropriate class

Avolk01 commented 2 years ago

take it