Data StructuresII
Data StructuresII
(Cont…)
(Cont…)
Part B
4. Define Linked List. Write a function to count the no. of nodes in the SLL.
5. Explain how to reverse a SLL without using another list. Write the function to reverse a list.
6. Write a program to implement stack data structure using singly linked list.
7. Write function to insert a node to the left of key node in doubly linked list and delete a node from front
in DLL.
Part B
4. Define Linked List. Write a function to count the no. of nodes in the SLL.
5. Explain how to reverse a SLL without using another list. Write the function to reverse a list.
6. Write a program to implement stack data structure using singly linked list.
7. Write function to insert a node to the left of key node in doubly linked list and delete a node from front
in DLL.
Part B
4. Define Linked List. Write a function to count the no. of nodes in the SLL.
5. Explain how to reverse a SLL without using another list. Write the function to reverse a list.
6. Write a program to implement stack data structure using singly linked list.
7. Write function to insert a node to the left of key node in doubly linked list and delete a node from front
in DLL.