Computer Science, asked by nishadshital2020, 1 month ago

In a circularly linked list organization, insertion of a record involves the modification of

Answers

Answered by sujatg6
0

Answer:

It uses a sentinel node which points to the last node of the circular linked list so that insertion at front and end can be done efficiently.. so basically for insertion only 2 pointers needs to be modified.

Explanation:

mark me as brainliest

Similar questions