mmcs-ruby / visual_graphs

MIT License
2 stars 15 forks source link

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

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

Katel212 commented 2 years ago

I'll take this

Katel212 commented 2 years ago

36