- * How to declare a structure of a linked list? Also implement a Generic Linked List.
- * Implement a Stack (LIFO) using singly linked list?
- * Write a C program to implement a Queue (FIFO) using singly linked list?
- * Write a C program to reverse a singly linked list?
- * How to detect a loop in a singly linked list? Write a C program for the same.
- * How would you find out if one of the pointers in a linked list is corrupted or not?
- * How do you reverse a doubly linked list? Write a C program to do the same.
- * Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?
- * How do you find the middle of a linked list? Write a C program for the same.
- * How do you sort a linked list? Write a C program to sort a linked list.
- * How do you reverse a linked list without using any C pointers?
- * How to compare two linked lists? Write a C program to compare two linked lists.
- * How to create a mirror copy of a linked list? Write a C program for the same.
- * Write a C program to return the nth node from the end of a linked list.
सोमवार, 5 दिसंबर 2011
linked list question bank linked lists problems linked list interview questions
सदस्यता लें
टिप्पणियाँ भेजें (Atom)
कोई टिप्पणी नहीं:
एक टिप्पणी भेजें