![]() |
.. (לתיקייה המכילה) | |
From what index the sparse matrix is started? | |
from (1,1) |
How should we insert an element to the matrix (value/reference) | |
reference |
For function get_element, If the element is not in the list, should we return a new element with data = 0 or Void? | |
You should return a new element with data 0 |
Do we need in ensure the check that the matrix didn't change (for example in get_element function)? | |
There is problem to check the previous row_list value. So I don't ask it. What you can check - it's row properties preserved. |