| Code | Name of the Course Unit | Semester | In-Class Hours (T+P) | Credit | ECTS Credit |
|---|---|---|---|---|---|
| SEN208 | DATA STRUCTURES | 4 | 5 | 4 | 5 |
Objectives and Contents |
|
|---|---|
| Objectives: | This course introduces abstract concepts useful for problem-solving and explains how these concepts are applied in programming. Students learn which data structures to choose for specific problems and how to create complex data structures. |
| Content: | Arrays, recursion, creation and destruction of dynamic variables, linked lists, circular lists, doubly linked lists, searching, sorting, and index-based addressing. |