Closed krs-world closed 5 years ago
On the Edge type in python: the edge date is pointing to a string - but it should be generic - was this implemented to conform to Java and C++, where we have the template definition as
template<typename K, typename E1 = K, typename E2 = E1> class GraphAdjList : public DataStructure E1 referring to vertex and E2 referrring to edge data (which will be held in edges) ?
Been going through the classes to improve the documentation and fix issues:
To do (so far):
Am going to assign to both Matthew and Alec to help out and speed up the process.