answersLogoWhite

0

What is linear data?

User Avatar

Wiki User

2012-01-02 00:16:22

Best Answer

Linear data is the data that can be traversed sequentially like list and array.

User Avatar

Wiki User

2012-01-02 00:16:22
This answer is:
User Avatar
Study guides

What is a programming language

What does DOS stand for

What is a software that is distributed for free

What do unix and Linux have in common

➡️
See all cards
3.95
61 Reviews

Add your answer:

Earn +20 pts
Q: What is linear data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is non linear data strcuture?

A tree is an example for a non-linear data structure.


What is the linear data structures?

Linear data structures are 1-dimensional arrays, as in: vectors.


What are linear and non 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.


What is type of data connection?

data is collection of data nd is many type linear non linear homogeneous non homogeneous etc


Is String a linear data structure?

yes it is, other linear data structures are lists,queues,stacks,arrays


Is linked list Linear non linear data structure?

Yes it is a Linear Data-Structure and to know more about it you could search it in Google or serf the Wikipedia.com


Which of the following data structure is non-linear type?

A non-linear data structure is one in which the elements are not arranged or linked in a linear fashion. Trees, graphs, etc. are non-linear data structure since the elements are arranged in a branching manner.


Linear and non linear data structure?

linear data structure define as it traverses the data element sequentially in which only one data element can directly be reached. for ex- array , linked list. non linear data structure in which every data item is attached to several other data items in a way that is specific for reflecting relationships. The data items are not sequential structure. Ex: Trees, Graphs


What are the differences between linear data structures and nonlinear data structures?

A data structure is linear if every item is related (or attatched) to its previous and next item(e.g.array, linked list) and it is non-linear if every item is attached to many other items in specific ways to reflect relationships(e.g, n-ary tree). In linear data structure data items are arranged in a linear sequence. In non-linear data structure data items are not in a sequence. A different Opinion (learnt while watching a video on Data Structures) is that Linear data structures are the Data structures implemented using arrays (with consecutive data allocation for each member of the array) while Non Linear Data Structure refers to an implementation in terms of use of pointers (such as a linked list). --Research Reqd.--


What are the advantages of linear data structure?

A linear data structure like an array saves memory space and also provides faster access to data. A linear linked list provides flexibility in memory allocation.


Why is it helpful to use a linear model for a set of data?

when does it make sense to choose a linear function to model a set of data


What is linear arrays in data structure?

A Linear Array is a list of finite number of n homogeneous data elements i.e. the elements of same data types.

People also asked