Computer Science, asked by dhruv7711, 1 year ago

which will make traversing a linked list easier?

Answers

Answered by Anonymous
4
jhxbdjksksldksjshshsvd
Answered by sailorking
0

Answer:

Traversing a link list can become easier if there are the use of several nodes, each having a value and address of the next node containing data. Traversing a linked list refers to the process of traveling each and every node present in a linked list.

Explanation:

The process of traversing is a part of the data structure, which is a field of computer. The structure of the data, in which they shall be stored is dependent on the definition of the nodes present in a data structure. These are defined by understanding the needs of the data, and where the data shall be used.

Similar questions