Introduction - If you have any usage issues, please Google them yourself
In matrix, if the number of elements 0 is far more than the number of non 0 elements, and the distribution of non 0 elements is not regular, it is called sparse matrix, and it is expressed by three tuple table. The algorithm only scanned the original three tuple table two times, and can obtain the transposed matrix of the sparse matrix.