Academic Catalog

CNGB213 DATA STRUCTURES

Course Code: 5750213
METU Credit (Theoretical-Laboratory hours/week): 4(3-2)
ECTS Credit: 6.0
Department: Computer Engineering (türkiye-azerbaijan University Tau)
Language of Instruction: English
Level of Study: Undergraduate
Course Coordinator:
Offered Semester: Fall and Spring Semesters.
Prerequisite: Set 1: 5750140
The course set above should be completed before taking CNGB213 DATA STRUCTURES .

Course Content

Classification of data structures, space and time considerations. Linked lists, stacks and queues,priority queues. Array and pointer based implementations. Tree structures and heaps, binary search trees, balanced trees. Fundamentals of sorting and searching. Hash-tables and collision handling. Representation of graphs and introduction to graph algorithms.