Course
Title : Data Structures |
||||||||
|
||||||||
|
||||||||
Introduction to Data Structures |
Selecting a Data Structure |
|
|
|
||||
|
||||||||
Goals of this Course |
Array |
|
|
|
||||
|
||||||||
|
|
|
||||||
Welcome to the course of data
structure. This is very important subject as the topics covered in it will be
encountered by you again and again in the future courses. Due to its great
applicability, this is usually called as the foundation course. You have
already studied Introduction to programming using C and C++ and used some
data structures. The focus of that course was on how to carry out programming
with the use of C and C++ languages besides the resolution of different
problems. In this course, we will continue problem solving and see that the
organization of data in some cases is of immense importance. Therefore, the data
will be stored in a special way so that the required result should be
calculated as fast as possible. Following are the goals of this
course:
You have already studied the dynamic
arrays in the previous course. We will now discuss linked lists, stacks,
queues, trees and graphs and try to resolve the problems with the help of
these data structures. These structures will be implemented in C++ language.
We will also do programming assignments to see the usage and importance of
these structures. The grading of the course is divided
as:
Information about Data Structure
subject is available at: “http://www.vu.edu.pk/ds”. |
||||||||
|
|
|
NEXT |
|||||