Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Linear Data Structure - Data Structure
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Data Structure
Q. Which of the following data structure is not a Linear Data Structure?
- Published on 26 Aug 15
a.
Arrays
b.
Linked lists
c.
Both of these
d.
None of these
ANSWER: None of these
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Nirja Shah
-Posted on 21 Nov 15
Tree, Graph is non- linear data structure and Arrays, Link lists are Linear Data Structure.
In linear data structures, data elements are organized in linear fashion. Data elements are attached one after the other and only one element can be directly reached while traversing. Some important linear data structures are arrays, linked lists, stacks and queues.
In non-linear data structures, data element might be attached to several other data elements that create relationship among them. Non-linear data structures might be difficult to implement in computer.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲