Wednesday, 1 May 2019

ch- Link List

link list
Write a program to add a new node to the beginning of a linked list and to the end of inked list.

Which are the demerits of linked list data structure?

true/false

A linked list is a linear data structure where each element is a separate object. TRUE

 It is better to use array than a linked list, when there is a fixed size list in a program.

Define array and link list. Give one example for each showing its usage.

fill in the blank
___link list_____ data structure facilitates to insert and delete data during the program execution.


No comments:

Post a Comment

Index

ch-1 Introduction