Skip to main content

Introduction To Data Structures

Instructor:
Stephen George Ware
217
Credits:
3.0
001
Building:
Funkhouser Building
Room:
Rm.200
Semester:
Spring 2025
Start Date:
End Date:
Name:
Introduction To Data Structures
Requisites:

Prereq: CS 215 or instructor consent.

Class Type:
LEC
9:30 am
10:45 am
Days:
TR

This course covers the theory and implementation of commonly used data structures and their related algorithms. Emphasis will be placed on implementing data structures and on advanced programming language concepts related to these implementations. Topics include: linear data structures (stacks, queues, hash tables, etc.), non-linear data structures (trees and graphs), and techniques for analyzing the performance of data structures (Big-O notation).

This course covers the theory and implementation of commonly used data structures and their related algorithms. Emphasis will be placed on implementing data structures and on advanced programming language concepts related to these implementations. Topics include: linear data structures (stacks, queues, hash tables, etc.), non-linear data structures (trees and graphs), and techniques for analyzing the performance of data structures (Big-O notation).

CS