Operations like insert ,search ,delete on linked list requires sorting
Answers
Answered by
2
Answer:
Following are the basic operations supported by a list.
Insertion − Adds an element at the beginning of the list.
Deletion − Deletes an element at the beginning of the list.
Display − Displays the complete list.
Search − Searches an element using the given key.
Delete − Deletes an element using the given key.
Similar questions