Code in graph object needs to be called like invalidateCache() etc. ```C++ /* Caching the adjacency matrix */ cacheAdjMatrix(); cacheDegreeMatrix(); cacheLaplacianMatrix(); ```