Coursify
Create New CourseGalleryContact

AP Computer Science Principales

Unit 1
Unit 1: Basics
Introduction to AP Computer Science AData TypesAlgorithmsObject Oriented Programming
Unit 2 • Chapter 4

Data Structures

Video Summary

Data structures are a way of organizing data so that it can be efficiently accessed and manipulated. There are many different data structures, each with its own strengths and weaknesses. Some of the most common data structures include arrays, linked lists, stacks, queues, and trees. Data structures are used in a wide variety of applications, such as computer programs, operating systems, and databases.

Knowledge Check

What is the difference between a stack and a queue?

What is a hash table?

What is a binary search tree?