Foundations of Computing: Data Structures
Released 4/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English + subtitle | Duration: 53m | Size: 137 MB
Released 4/2025
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English + subtitle | Duration: 53m | Size: 137 MB
This course will teach you the foundational data structures commonly used in software engineering
Being able to store and access data in computer memory is a fundamental operation that all programs need to perform.In this course, Foundations of Computing: Data Structures, you’ll learn about the data structures that are the foundation of software engineering. First, you’ll explore linear data storage in arrays and linked lists. Next, you’ll discover how stacks, queues, and hash tables use arrays and lists to implement common behaviors such as queueing and caching. Finally, you’ll learn how to use graphs and trees to store data in an efficient manner. When you’re finished with this course, you’ll have the skills and knowledge of foundational data structures needed to use these important data structures in your applications.