MENU

Fun & Interesting

Data Structures, Explained Simply

Nic Barker 26,410 lượt xem 2 months ago
Video Not Working? Fix It Now

This video gives an overview of what a "Data Structure" is in computer programming, as well as several examples of common and useful data structures and how they're implemented.

In depth explanations of the data structures mentioned in this video:
Hash Maps - https://youtu.be/y11XNXi9dgs

Learning about the following terms will help you understand the content of this video:

- Array
- Memory
- Byte
- Memory Address
- Hexidecimal
- HashMap (explained here: https://youtu.be/y11XNXi9dgs)
- Hash Function
- Modulo (explained here: https://youtu.be/y11XNXi9dgs&t=539)
- Factorial
- Struct
- Pointer
- Array List
- Linked List
- Graph
- Stack
- Queue
- Web Server
- A*

00:00 - Memory As An Array
04:57 - Sorted Array
06:54 - ArrayList
09:49 - Stacks
12:37 - Queue
16:00 - Linked List
20:19 - Hashmap
24:48 - Tree
27:44 - Graph

Comment