============================ COMP 271 Data Structures I ============================ The focus of this course is data structures and the algorithms that support them. The course looks at how to organize, manage, process, sort, and compare data; how fast and efficiently can be done; and how such operations can be supported by programming languages in general and Java in particular. .. toctree:: :maxdepth: 1 Course organization <organization> Reading material <reading> Leo's notes <notes>