Introduction to Data Structures and Algorithms - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
Introduction to Data Structures and Algorithms

Introduction to Data Structures and Algorithms

Introduction to Data Structures and Algorithms


Structures allow us to perform different operations on data. We select these data structures based on which type of operation is required. We will look into these data structures in more details in our later lessons.
Introduction to Data Structures

The data structures can also be classified on the basis of the following characteristics:
CharacteristicDescription
LinearIn Linear data structures, the data items are arranged in a linear sequence. Example: Array
Non-LinearIn Non-Linear data structures, the data items are not in sequence. Example: TreeGraph
HomogeneousIn homogeneous data structures, all the elements are of the same type. Example: Array
Non-HomogeneousIn the Non-Homogeneous data structure, the elements may or may not be of the same type. Example: Structures
Staticdata structures are those whose sizes and structures associated memory locations are fixed, at compile time. Example: Array
DynamicDynamic structures are those which expands or shrinks depending upon the program need and its execution. Also, their associated memory locations changes. Example: Linked List created using pointers

About Mariano

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.