Spring 2024

Text Book:

“Data Structures and Algorithm Analysis in C++", by Mark A. Weiss, 4th edition, Pearson, 2013, ISBN-13: 978-0132847377

 

The Course:

In depth coverage of applied data structures needed by computing professionals. Includes but not limited to: Abstract data types and classes, analysis of algorithms, trees, binary search trees, dictionaries, self-balancing trees, B-Trees, red black trees, heaps, priority queues, sets, and graphs. Practical usage of the data structures is covered.

 

Prerequisites:

CSCE 110/1101 Fundamentals of Computing II