CS201: Elementary Data Structures
Offered By: Saylor Academy
Course Description
Overview
Explore fundamental data structures and algorithms in C++ through a comprehensive 38-hour course covering abstract data types, arrays, stacks, queues, pointers, dynamic memory allocation, linked structures, algorithm efficiency, searching and sorting techniques, hash tables, graphs, and trees. Gain practical skills in implementing and analyzing these essential computer science concepts, preparing for advanced programming challenges and software development.
Syllabus
- Course Introduction
- Unit 1: Abstract Data Types and Arrays in C++
- Unit 2: Introduction to Stacks and Queues
- Unit 3: Pointers and References in C++
- Unit 4: Dynamic Memory Allocation
- Unit 5: Linked Stacks, Queues, and Lists
- Unit 6: Algorithm Efficiency
- Unit 7: Searching and Sorting Algorithms
- Unit 8: Hash Tables, Graphs, and Trees
- Study Guide
- Course Feedback Survey
- Certificate Final Exam
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera