CSE 2010 Algorithms and Data Structures

CSE 2010 Algorithms and Data Structures, Spring 2021

Philip Chan
214 Harris Center, 674-7280
pkc@cs.fit.edu
Office Hours: MW 11am-1pm (or by appointment)
Course WWW Page: http://www.cs.fit.edu/~pkc/classes/ds/

Teaching Assistant: Haroan Chang, 211 Harris Center, hchang2014@my.fit.edu, office hours: Thu 9-11am

This course introduces data structures and algorithms, which are the "backbones" of programs. You can think of programs = data structures + algorithms. Data structures organize the information in such a way that algorithms can efficiently manipulate the information. We will discuss how to analyze the efficiency of algorithms. Data structures and algorithms are generally independent of programming languages. Since CSE 1001 and 1002 use C, we will use C. (Homework assignments may be submitted using C or Java.)

Book

Topics

Evaluation

Important Dates (Assignment due dates might be adjusted due to circumstances)

HW 1 Jan 28 (Thu)
HW 2 Feb 11 (Thu)
Test 1 Feb 17 (Wed) [tentatively]
HW 3 Feb 25 (Thu)
HW 4 Mar 11 (Thu)
Test 2 Mar 17 (Wed) [tentatively]
HW 5 Mar 25 (Thu)
HW 6 Apr 8 (Thu)
HW 6 extra credit Apr 20 (Tue)
Final exam Apr 26 (Mon), 6-8pm

Policies

Prerequisites