Skip to content

emory-courses/cs323

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jinho Choi
Oct 23, 2017
b2f4127 · Oct 23, 2017

History

84 Commits
Oct 4, 2017
Oct 23, 2017
Jan 4, 2015

Repository files navigation

CS323: Data Structures and Algorithms

This is an advanced course in computer science, studying different ways of processing data using various structures and algorithms. This course covers data structures such as heaps, trees, graphs as well as their applications in the construction of efficient algorithms for select, sort, balance, match, etc. Advanced topics such as dynamic programming, network flow, linear programming are also discussed. Prerequisites: CS171, CS224.