Archive | Linked Lists RSS feed for this section

How to store sparse matrix as a Linked List

June 16, 2010

0 Comments

C Program to store sparse matrix as a linked list

Continue reading...

How to multiply Two Polynomials maintained as Linked Lists

June 16, 2010

1 Comment

C Program to multiply two polynomials maintained as linked lists.

Continue reading...

Add two Polynomials maintained as Linked Lists

June 15, 2010

0 Comments

C Program to add two polynomials maintained as linked lists.

Continue reading...

How to maintain a doubly Linked List

June 15, 2010

0 Comments

C Program to maintain a doubly linked list

Continue reading...

Add a new Node at the end of Linked List using Recursion

June 15, 2010

0 Comments

C Program to add a new node at the end of linked list using recursion

Continue reading...