Friday, October 18, 2013

List of Linked list programs.

1. A program for reversing each k-nodes of blocks in the program   Click here to see the code.

2. program for Palindrome using Singly LinkedList   Click here to see the code.  Click here to see the code.

3.An efficient way to write a program for checking whether it is palindrome or not  Click here to see the code.

4.Merge k sorted linked lists with total of N elements and return it as one sorted list Click here to see the code

5.Addition of two number's using singly linked list  Click here to see the code

Quicksort using singly linked list  Click here to see the code

7. Circular linked list: A (corrupt) linked list in which a node's next pointer points 
to an earlier node, so as to make a loop in the linked list Click here to see the code                                                       

No comments:

Post a Comment