Arrays Stacks & Queues

Опубликовано: 28 Июль 2022
на канале: Train To Code
66
2

One of the most common tasks you will need to do as a software developer is store collections of objects in memory. Here we introduce three of the most popular data structures that are used to store objects in memory in your code. Arrays, Stacks & Queues. These are extremely common storage methods that are common to several statically typed languages such as C# or Java.

00:00 Introduction
00:53 Arrays
02:16 Queues
06:47 Stacks
05:31 Choosing a Structure