
Given two sparse matrices A and B, return the result of AB.
You may assume that A’s column number is equal to B’s row number.
原题地址
虽然归在hash table类别下,似乎不用hash table会更快一些。代码如下:
|
|

Given two sparse matrices A and B, return the result of AB.
You may assume that A’s column number is equal to B’s row number.
原题地址
虽然归在hash table类别下,似乎不用hash table会更快一些。代码如下:
|
|
近期评论