This data structure and its iterators shall reduce complexity
for more advanced graph data structures. It manages nodes/edges
and we can implement different traversals etc. for it.
More advanced graphs can then delegate these operations to the
easier to test delegate.
Please let me know if the term delegate makes sense for you here.
This data structure and its iterators shall reduce complexity for more advanced graph data structures. It manages nodes/edges and we can implement different traversals etc. for it. More advanced graphs can then delegate these operations to the easier to test delegate.
Please let me know if the term delegate makes sense for you here.