About

COP3530 – Data Structures

This course introduces fundamentals of data structures.

Topics include: programming strategies, data structures, searching, computational complexity, queues, stacks, lists, trees, graphs, sorting, and simple algorithms.

Many of the students taking this class will go on to be developers. Be good ones – read this blog post on good habits and use them – Link

After completing this course you will know the basic data structures used in the IT world, how to use them, and how to program them. 

Reference Textbooks

http://www.opendatastructures.org/ – this is a data structures text, but not as useful as this one.

Other  e-texts:

https://books.google.com/books?id=siwEAwAAQBAJ

https://books.google.com/books?id=t4wZBQAAQBAJ

My favorite reference http://www.geeksforgeeks.org/data-structures/

 
This site was a class project for COP4813 Web Systems I site designed by:
Samual Young, Jonathan Rodeffer, and David Jones-Baker.