Linkd List Questions

Embed Size (px)

DESCRIPTION

LINKED LIST

Citation preview

  • Write a program to create linked list 'A' that contains 7 nodes anda. Create a linked list 'E' that contains only even elements of 'A'b. Create a linked list 'O' that contains only odd elements of 'A'

    Important for DS internalsWrite a program to create linked list that contains 7 nodesWrite a program to create linked list 'A' that contains 7 nodes anda. Create a linked list 'E' that contains only even elements of 'A'b. Create a linked list 'O' that contains only odd elements of 'A'