Given two sparse integer matrices A
and B
. Return the result of AB
.
This is a companion discussion topic for the original entry at https://algo.monster/problems/sparse_matrix_multiplication/
Given two sparse integer matrices A
and B
. Return the result of AB
.