By creating an account, you acknowledge that PBS may share your information with our member stations and our respective service providers, and that you have read and understand the Privacy Policy and Terms of Use.
You have the maximum of 100 videos in My List.
We can remove the first video in the list to add this one.
Data Structures: Crash Course Computer Science #14
05/31/2017 | 10m 6s
| Video has closed captioning.
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,