@@ -45,8 +45,6 @@ Graph<T>::~Graph() {
|
||||
template<typename T>
|
||||
inline void Graph<T>::insert(const T& u, const T& v) {
|
||||
Graph<T>::adjMatrix[u].insert(v);
|
||||
Graph<T>::adjMatrix[v];
|
||||
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user