Shrutarshi Basu wrote:
I'm working on a graph class to become more familiar with graphs in
general. I'd like to be able to do something like 'print gr' and get
something intelligible like a list of vertices. But using print on a
Graph class instance simply returns
Is there someway I can change
I'm working on a graph class to become more familiar with graphs in
general. I'd like to be able to do something like 'print gr' and get
something intelligible like a list of vertices. But using print on a
Graph class instance simply returns
Is there someway I can change what print prints?
--
T