Introduction to Data Structures
Data structures are a collection of values, that are all connected to each other in a different way. (Reading time: under 1 minute)
There are many different data structures. Each has its pros and cons in different scenarios. In the next few lessons, I will talk about the most common data structures:
- Stack
- Queue
- Linked List
- Binary Search Tree
- Hash Table
- Graph
Get hands-on with 1400+ tech skills courses.