Computer Science, asked by tonbora99, 9 days ago

List various data structure operations​

Answers

Answered by sjk17312
5

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.

hope it's help uh

Similar questions