Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 277 Bytes

File metadata and controls

11 lines (9 loc) · 277 Bytes

#Little Graphs

To Use:

require 'little_graphs'
graph = LittleGraphs.new()
graph.draw([1, 2, 4, 5, 4]) # returns a blob
graph.draw([12, 3, 0, 9, 10, 8, 2, 4, 1], "example.jpeg")

example graph