Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 249 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 249 Bytes

AdjacencyMatrixExponentiation

Cubes an adjacency matrix and prints the output

The option -std=c++11 is needed to be added to run on openlab.

E.g. g++ -std=c++11 AdjacencyMatrixExponentiation.cpp or g++ -std=c++11 MatrixExponentiation.cpp