- Degree Bachelor
- Code: CS212
- Credit hrs: 3
- Prequisites: CS243
This course covers the organization of data and algorithms that act upon them. The topics of linked lists, stacks, queues, trees and graphs as well as hashing are introduced. Algorithms manipulating data structure, like searching and sorting, memory allocation and file management are included. The concept of abstract data types is also introduced.
Computer Science
Noel Kalicharan, Data Structures in C, Create Space Independent Publishing Platform
content serial | Description |
---|---|
1 | Introduction to Data Structures |
2 | Linked Lists |
3 | Doubly and Circular Linked Lists |
4 | Stacks |
5 | Queues |
6 | Applications of Stacks and Queues |
7 | 7th Week Exam |
8 | Trees Representation |
9 | Binary Search Trees |
10 | Applications of Binary Trees |
11 | Graph Representation |
12 | 12th Week Exam |
13 | Graph Algorithms |
14 | Hashing |
15 | Revision |
16 | Final Exam |
Start your application