In the last homework, we gave an algorithm to check whether a graph has a triangle in anundirected graph in O(n2+nm) time, which is Θ(n3) when the graph is dense. Show how given a graph
G in adjacency matrix representation, it is possible to use Strassen's matrix multiplication algorithm to determine if the graph has a triangle in time o(n3). (You can use the algorithmwithout description or proof, but you must explain connection to the existence of a triangle in the graph).
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here