Talk:Spiral matrix: Difference between revisions

Line 43:
['C',1],
['D',2],
['E',0] ],
['F',3] ]
 
Pulling out the second column from the matrix (the integers), you'd get this:
 
[4,5,1,2,0,3]
 
Which is the grade.
Anonymous user