LAB ASSIGNMENT 6

 

 

 

 

Homework: For the following 2-dimensional matrix, construct corresponding SPARSE matrix using

Single linked list implementation (Circular)

OR       Double linked list implementation

 

0  0   0  1  -2

0  0   0  0   0

1  2  2  3   -1

-8  9  2  2  1

 

 

   Class performance:  Get ready with ideas of different types of ‘sparse matrix’ and ‘orthogonal linked list’, ‘circular’ and ‘non-circular’ double linked list. Similar problems will be given.