Actions
Task #4068
closedRefactor AdjacencyList to provide iterators instead of bare pointers
Start date:
04/27/2017
Due date:
% Done:
0%
Estimated time:
Description
Currently, the AdjacencyList class provides a level of indirection through namespacing that I'm not sure is needed. In any case, it should not provide bare pointers, and should instead conform more closely to the STL container it is supposed to be. It should return an iterator.
Updated by Nicholas Gordon over 7 years ago
- Status changed from New to Code review
Updated by Nicholas Gordon over 7 years ago
- Status changed from Code review to Closed
- Target version set to v0.4.0
Actions