Introduction to Data Structures
Topics Covered in This Course:
In Section 1 of this course you will cover these topics:
Software engineering principles and c++ classes
Object-oriented design -ood- and c++
In Section 2 of this course you will cover these topics:
Pointers and array-based lists
Standard template library -stl-
In Section 3 of this exam you will be evaluated on below listed topics:
Linked lists
Recursion
In Section 4 of this course you will cover these topics:
Stacks
Queues
In Section 5 of this course you will cover these topics:
Search algorithms
Sorting algorithms
Binary trees
Graphs
Standard template library -stl- ii