0% found this document useful (0 votes)
75 views1 page

Unit 4 FDS

Uploaded by

hetavimodi2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views1 page

Unit 4 FDS

Uploaded by

hetavimodi2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Unit -4

Assignment Questions
1) What is linked list? Write a pseudo C++ code to sort the elements
2) What is doubly linked list? Explain the process of deletion of an element from doubly
linked list with example.
3) Explain GLL with example.
4) Write pseudo C++ code for addition of two polynomials using singly linked list
5) What is dynamic data structure. Explain with circular linked list with its basic operation.
6) Write a pseudo code to insert new node in to singly linked list.
7) Explain the representation of polynomial using GLL.
8) Write and explain node structure of circular singly linked list and doubly linked list.
Write pseudo code for concatenation of two doubly linked list
9) Write pseudo code for following function using Doubly linked list of integer numbers
i)Insert given value as last value in the list. Draw diagram of operation
ii)Delete first node from the list. Draw diagram of operation
iii)Delete last node from the list. Draw diagram of operation.

You might also like