你将学到什么
Complex data structures
How to implement data structures using object-oriented paradigm
How to map abstract data types to Standard Template Library of C++.
课程概况
In this Computer Science course, you will learn about implementation of all major abstract data structures using object-oriented programming paradigm of C++.
This course builds on the basic concepts developed in ‘Foundations of Data Structures’ course.
Topics covered:
Review of OO programming, STL of C++
Stacks
Queues
Lists
Trees
Graphs
This course is part of the Fundamentals of Computer Science XSeries Program:
Programming Basics
Object-Oriented Programming
Foundations of Data Structures
Algorithms
预备知识
Concepts as covered in Object-Oriented Programming course and Foundations of Data Structures course.