Objectives Completing Assignment Students Able Create Linked List Write Code Implement Lis Q37111366

Objectives: After completing this assignment,students will able to:

• create a linked list – write the code to implement thelist

• add elements to a linked list

• remove elements from a linked list

• search for elements in a linked list

• sort a linked list

• reverse a linked list

• use the standard library and call many function from thislibrary

• compare between the created linked list and the standardlibrary

Background: Linked list is a way to store multiple objects ofthe same type. It is similar to array or vector in that it storesdata in order but it accesses data via pointers unlike arrays. In alinked

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.