Computer Science, asked by sohansinghnagah93, 3 months ago

The complexity to insert a node at the beginning of the linked list is Blank 1.​

Answers

Answered by mayur7814
0

Explanation:

Add a node to the beginning of the linked list: This takes constant time O(1) because there is no need for you to traverse through the entire linked list.

Answered by umraalam32
1

Answer:

hope \: its \: useful

Attachments:
Similar questions