Logo

Data Structures: Crash Course Computer Science

By Crash Course Computer ScienceFrom BoclipsSeptember 27, 2025

Today we’re going to talk about on how we organize the data we use on our devices. You might remember last episode we walked through some sorting algorithms, but skipped over how the information actually got there in the first place! And it is this ability to store and access information in a structured and meaningful way that is crucial to programming. From strings, pointers, and nodes, to heaps, trees, and stacks get ready for an ARRAY of new terminology and concepts.

#Application
#Explainer
#Computer Science
#Advanced Secondary