Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Data Structures: Types, Importance, and Examples, Assignments of Data Structures and Algorithms

An overview of data structures, their importance, and various types including simple, compound, linear, and non-linear data structures. Examples of data structures discussed are arrays, stacks, queues, linked lists, trees, binary trees, and graphs.

Typology: Assignments

2020/2021

Uploaded on 04/13/2022

avery-nash-fulgencio
avery-nash-fulgencio 🇵🇭

1 document

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download Data Structures: Types, Importance, and Examples and more Assignments Data Structures and Algorithms in PDF only on Docsity! Summary Of Learnings Name: Avery Nash Fulgencio BSCS 1-1 Data structure, is a specific format for storing, organizing, processing, and retrieving data. There are a variety of simple and advanced data structures available, all of which are designed to organize data for a specific purpose. Data structures make it simple for people to find and deal with the information they need. Basically, a bunch of information that is related to each other that is organized systematically. Why we should data structuring, it is to make use of time and space efficiently and effectively. There are four classification of data structure, simple data structure which is a basic data structure, an example of this is float, integer, char, etc. Compound data structure, can arrange data sequentially. It uses primitive data types to create materials and has specific functions. Complex data structures have two types, which is linear data structures and non-linear data structures. For example, stacks, queues, and linked lists are linear data structures. Trees and graphs have non-linear data structures. Linear data structure, basically has data structures that is linked and connected to each other sequentially. Nonlinear data structure, basically the opposite of linear data structure, its elements doesn't have any connection to each other sequentially. Types of data structure, array is where you store data and memory. Stack, this data structure you can use it to store data and get the stored data out, but the last thing you inserted will be the first thing would come out. But in queue, it is the same but the first thing you put will be the first thing will come out. Linked list, set of data points that are not ordered by their physical location in memory. Tree, it represents data and element's relation in a hierarchy fashion. Binary tree, it has 2 nodes, either of them is a left or right child. Graphs are used in data structure show the flow of computation and it shows the relationship of elements in data structure.
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved