Reviews - Data Structures: Crash Course Computer Science #14
Curriki Rating
This resource has not yet been reviewed.
Information - Data Structures: Crash Course Computer Science #14
Lesson Plan, Video
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.
Computer Science > Coding Computer Science > General