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.
Become a TPT member to enjoy
TPT
Passport
Get extended access to 1600+ episodes, binge watch your favorite shows, and stream anytime - online
or in the PBS app.
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,