Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Data Structure and Types | Introduction to ADS
Data Structure & Algorithms PART I
course content

Kursinnhold

Data Structure & Algorithms PART I

Data Structure & Algorithms PART I

1. Introduction to ADS
2. Data Structures Part I
3. Trees Part I
4. Trees Part II

book
Data Structure and Types

You have a heap of candies and, of course, want to store them in some way.

You can put them in the box.

In computer programming, this box is called the Data Structure. So, the data structure is a storage that is used to store and organize data.

During the course, we will get acquainted with all data structures. Let’s learn what data structures exist.

Data structures:

  • Linear: array, stack, queue, linked list;

  • Non-linear: graph, trees;

  • Hash table.

You need to know how to choose the best data structure for your project as it helps you to write memory and time-efficient code.

Why do we need to learn ADS (Algorithm and Data Structures)?

  • Data Structures are used to hold data, and Algorithms are used to solve problems using that data;

  • ADS gives the solutions to problems in detail and gives you an insight into how efficient it is to use each one of them;

  • Also, you learn the science of evaluating the efficiency of any algorithm.

question mark

Choose non-linear data structures.

Select the correct answer

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 2

Spør AI

expand
ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

course content

Kursinnhold

Data Structure & Algorithms PART I

Data Structure & Algorithms PART I

1. Introduction to ADS
2. Data Structures Part I
3. Trees Part I
4. Trees Part II

book
Data Structure and Types

You have a heap of candies and, of course, want to store them in some way.

You can put them in the box.

In computer programming, this box is called the Data Structure. So, the data structure is a storage that is used to store and organize data.

During the course, we will get acquainted with all data structures. Let’s learn what data structures exist.

Data structures:

  • Linear: array, stack, queue, linked list;

  • Non-linear: graph, trees;

  • Hash table.

You need to know how to choose the best data structure for your project as it helps you to write memory and time-efficient code.

Why do we need to learn ADS (Algorithm and Data Structures)?

  • Data Structures are used to hold data, and Algorithms are used to solve problems using that data;

  • ADS gives the solutions to problems in detail and gives you an insight into how efficient it is to use each one of them;

  • Also, you learn the science of evaluating the efficiency of any algorithm.

question mark

Choose non-linear data structures.

Select the correct answer

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 2
Vi beklager at noe gikk galt. Hva skjedde?
some-alt