3358 - 256 - Data Structures
The main objectives of this course is to learn data structure topics using C++ as well as
to use OOD to solve particular problems.The course will discuss data structures such as
linked lists , stacks , queues , binary trees , searching , sorting , and recursion.
C++ Standard Template Library ( STL ) also provides the necessary code
to implement these data structures.