Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Why Do We Need Data Structures? | Introduction to ADS
Algorithms and Data Structures Overview
course content

Course Content

Algorithms and Data Structures Overview

Algorithms and Data Structures Overview

1. Introduction to ADS
2. List and Array
3. Advanced Data Structures
4. Graphs

Why Do We Need Data Structures?

In this course, we will focus mainly on data structures. However, algorithms and data structures go hand in hand with each other. Algorithms use data structures to manipulate the data effectively.

We can define a data structure as one that can store some logically connected data so that this data can be processed efficiently. And it is very important to have a way to process large amounts of data efficiently because if we have a lot of data, it often takes a lot of time to process it if the data is unstructured.

But how can we assess the quality improvement of our algorithm with the usage of the right data structure? That's what we will talk about in the next chapters.

Why are data structures essential in computer science?

Select the correct answer

Everything was clear?

Section 1. Chapter 2
We're sorry to hear that something went wrong. What happened?
some-alt