| Main Topics: |
| Data structures
dealt with structure of data so that information is easily and efficiently
stored and retrieved. The algorithm efficiency major concern in data
structures. The main topics of data structures are as follows: |
| Static Data
Structures Vs. Dynamic Data Structures |
| Algorithm
Analysis. |
| Order of Notation |
| Data Structures
and Application. |
- Arrays (Multiple Dimensions)
- Structure
- Class (Object Oriented Programming;
Polymorphism and Inheritance)
- Stack (Application and Reserve Polish
Notation)
- Queue (Priority Queue)
|
| Pointers |
| Linked Lists
(Single, Double, Circular) |
| Sorting |
| Searching |
| Tree |
| Graph |