Question :
A sparse matrix is an ordered array list of Term objects where a Term object consists of a row index, a column index and an Arithmetic object.
Write pseudo code for an algorithm to convert an array list of Term objects into a 2 dimensional array of String objects