answersLogoWhite

0


Best Answer

like searching in data structure, move on nodes and check them

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a traversing process in data structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Role of data structure to insert an element in the data structure?

using data structure an element can insert at any position easily. with out traversing through the entire list.


What is traversing in data-structure?

visit each element in a list at least onces.


What is traversing in data structures?

visit each element in a list at least onces.


What are the subject-matters of data structure?

types of data structure types of data structure


What do you understand by a linked list in data structure?

link list is a process by which we can add one file with another


How do you amend a data structure?

How do you amend a data structure?


What is process control box?

A data structure created by an OS when a user initiates execution of a new process. It gives substances to the processes and serves to control it.


What is homogeneous data structure?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


What is data intergration?

Data integration is the process of combining data from multiple sources into a unified view. It involves extracting data, transforming it to fit the desired structure, and loading it into a target database or data warehouse. This ensures that data is consistent, accurate, and available for analysis across the organization.


What refers to the amount of data that can be sent over your internet?

The amount that can be sent is confined by the End Users connection, their connection speed and the speed of the infrastructure that the data is traversing. Theoretically unlimited.


What is linear data structure?

when elements are accesed or placed in contiguous memory location yhen data structure is known as linear data structure. stacks, arrays, queues and linklists are example of data structure. in non-linear data structure element are not placed in sequential manner. trees, graph are the ex. of non-linear data structure.