CS 502 Data Structures and Algorithms

Term and Credits

Summer 2022-2023
3 Credits

Room and Time

Room 1056 in 3675 Market Street on Thursday from 6:30PM-9:20PM. Lecture will be streamed on Zoom and also Echo 360. Recordings will be made available using Echo 360.

Instructor

Mark Boady
Electronic Mail Address: mwb33@drexel.edu
Office: 3675 Market Street Room 1063 (Next to Snack Machine)
Extension: 215-895-2347
Office Hours: 4-6PM Thursday in 3675 Market Street room 1063
Zoom and In-Person will run concurrently.

Teaching Assistant(s)

Mayank Hirpara
Electronic Mail Address: mh3777@drexel.edu
CLC Website: https://www.cs.drexel.edu/clc
Office: Zoom and Room 1066 of 3675 Market Street
Office Hours: Monday 12:00PM-2:00PM (Zoom Only)
Wednesday 6:00PM-8:00PM (Zoom Only)
Thursday 2:00-4:00PM (1066 of 3675 Market Street)

Course Description

An introduction to classical algorithms with a focus on implementation and applications. Covers both analysis and implementation of algorithms. Algorithms include searching, sorting, and shortest path. Data Structures and their analysis is also covered. Data Structures include trees and graphs.

Course Objective and Goals

  1. Learn to analyze the running time of iterative and recursive algorithms.
  2. Learn to analyze the running time of data structures.
  3. Gain familiarity with basic data structures and algorithms related to them, such as trees and graphs.
  4. Learn various applications of algorithms and data structures.
  5. Learn to choose the correct data structure to efficiently solve problems.
  6. Learn the basic theoretical foundations of computation.

Topics

  1. Algorithm Fundamentals
  2. Recursion
  3. Searching and Sorting
  4. Fundamentals of Simple Data Structures( lists, trees, graphs)
  5. Intro to algorithm analysis and order of growth
  6. Intro to algorithms in distributed systems.

Audience and Purpose within Plan of Study

This course is for graduate students with little prior knowledge of data structures and algorithms. It serves to give such students a firm foundation for future graduate study, and it is a requirement of the Computer Science Minor and Computer Science Post Bachelor Certificate degree programs.

Prerequisites
CS570 or CS501 is a required co/prerequisites.

What Students Should Know Prior to this Course

  1. Basic Computer Usage Skills.
  2. Some experience with programming is strongly recommended.
  3. The following concepts from mathematics will be important in class. You can review the below links for more information.
    1. Summation Notation
    2. Exponents
    3. Logarithms
    4. Polynomial Expressions
    5. Recursive Formulas

What Students will be able to do upon Successfully Completing this Course:

  1. Students will be able to analyze algorithms.
  2. Students will understand a set of fundamental algorithms and how to apply them.
  3. Students will understand fundamental data structures and when to use each.
  4. Students will be able to explain why algorithms are efficient and correct solutions to problems.
  5. Students will be able to determine the applications and limits of data structures and algorithms.
  6. Students will understand how complex computation is built from simple components.

Textbook

Algorithms (The MIT Press Essential Knowledge series)
Author: Panos Louridas
Published: August 18, 2020
ISBN-10: 0262539020
ISBN-13: 978-0262539029
Read Free from Drexel Library
Buy from Amazon

Algorithms Unlocked
Author: Thomas H. Cormen
Published: March 1, 2013
ISBN-10: 0262518805
ISBN-13: 978-0262518802
Read Free from Drexel Library
Buy from Amazon

Optional Supplement

If you want a more detailed textbook, we recommend The Algorithm Design Manual. It is not required.

The Algorithm Design Manual (Second Edition)
Author: Steven S. Skiena
Published: April 27, 2011
ISBN-13: 978-1848000698
ISBN-10: 1848000693
See it on Amazon

Course Material

Lectures/Readings

Homework Assignments

Blogs

Research Papers

Slack Space

Late Submissions

Resubmissions

Special Circumstances

Course Policies

Academic Honesty Policy

The CCI Academic Honesty policy is in effect for this course. Please see the policy at http://drexel.edu/cci/resources/current-students/undergraduate/policies/cs-academic-integrity/.

Academic Honesty Violations will be reported to the University. Punishment will be determined by the severity of the incident. Punishments include, but are not limited to,

Grading and Policies

Final grades will be determined by your total points weighted according to this distribution. Grades may be curved but are generally computed via the formula below. It may be modified at the instructor's sole discretion, but letter grades will generally not be lower than those shown here.

University Policies
In addition to the course policies listed on this syllabus, course assignments or course website, the following University policies are in effect:

Appropriate Use of Course Materials

It is important to recognize that some or all of the course materials provided to you are the intellectual property of Drexel University, the course instructor, or others. Use of this intellectual property is governed by Drexel University policies, including the IT-1 policy found at: https://drexel.edu/it/about/policies/policies/01-Acceptable-Use/
Briefly, this policy states that all course materials including recordings provided by the given prior written approval by the University. Doing so may be considered a breach of this policy and will be investigated and addressed as possible academic dishonesty, among other potential violations. Improper use of such materials may also constitute a violation of the University's Code of Conduct found at: https://drexel.edu/cpo/policies/cpo-1/ and will be investigated as such.

Recording of Class Activities:

In general, students and others should not record course interactions and course activities in lecture, lab, studio or recitation.
Students who have an approved accommodation from the Office of Disability Resources to record online lectures and discussions for note taking purposes should inform their course instructor(s) of their approved accommodation in advance. The recording of lectures and discussions may only be carried out by the students enrolled in the class who have an approved accommodation from Disability Resources with their instructors' prior knowledge and consent. Students with approved accommodations may be asked to turn off their recorder if confidential or personal information is presented.
If a student has any comments, concerns, or questions about provided class materials and/ or recording, talk to your course instructor first. If this does not resolve the issue, you can also reach out to the Department Head, and use the process described for a grade appeal to move your concern forward. The process described for grade appeals can be found at: https://drexel.edu/provost/policies/grade-appeals/

CCI's Commitment to Diversity, Equity, and Inclusion (DEI)

The College of Computing & Informatics commits to creating a positive and safe learning environment for everyone - instructors, professional staff, and students - both inside and outside of the classroom. We embrace the diversity of thoughts, perspectives, and experiences that each community member brings, and we honor everyone's identity (including, but not limited to, race, ethnicity, age, gender, socioeconomic status, sexuality, religion, veteran status, and disability). We encourage each community member to share information regarding pronouns, religious and cultural holidays, accommodations, and any other information that will assist instructors in fostering a supportive and inclusive community environment. For more information about CCI's commitment to DEI, visit Diversity, Equity & Inclusion Council | Drexel CCI.

Tentative Course Schedule

Please see the appropriate assignment webpages for a detailed description of course deliverables.

Week Topic Assignments
1 (6/26/23) Intro to Algorithm Design and C HW 0 - Due Sunday 7/2 at 11:59PM
Blog 1 - Due Wed. 6/28 at 11:59PM
Blog Comments 1 - Due Fri. 6/30 at 11:59PM
2 (7/3/23)
[Independence Day Holiday]
Analysis and Design of Iterative Algorithms HW 1 - Due Sunday 7/9 at 11:59PM
Blog 2 - Due Wed. 7/5 at 11:59PM
Blog Comments 2 - Due Fri. 7/7 at 11:59PM
3 (7/10/23) Analysis and Design of Recursive Algorithms HW 2 - Due Sunday 7/16 at 11:59PM
Blog 3 - Due Wed. 7/12 at 11:59PM
Blog Comments 3 - Due Fri. 7/14 at 11:59PM
4 (7/17/23) Analysis of Algorithms HW 3 - Due Sunday 7/23 at 11:59PM
Blog 4 - Due Wed. 7/19 at 11:59PM
Blog Comments 4 - Due Fri. 7/21 at 11:59PM
5 (7/24/23) Dynamic Arrays and Linked Lists Data Structures HW 4 - Due Sunday 7/30 at 11:59PM
Blog 5 - Due Wed. 7/26 at 11:59PM
Blog Comments 5 - Due Fri. 7/28 at 11:59PM
6 (7/31/23) Binary Search Trees HW 5 - Due Sunday 8/6 at 11:59PM
Blog 6 - Due Wed. 8/2 at 11:59PM
Blog Comments 6 - Due Fri. 8/4 at 11:59PM
Research Paper 1 Due Wed 8/2 at 11:59PM
7 (8/7/23) Heaps and Huffman Encoding HW 6 - Due Sunday 8/13 at 11:59PM
Blog 7 - Due Wed. 8/9 at 11:59PM
Blog Comments 7 - Due Fri. 8/11 at 11:59PM
8 (8/14/23) Shortest Path in a Graph HW 7 - Due Sunday 8/20 at 11:59PM
Blog 8 - Due Wed. 8/16 at 11:59PM
Blog Comments 8 - Due Fri. 8/18 at 11:59PM
9 (8/21/23) Depth First Search and Minimum Spanning Trees HW 8 - Due Sunday 8/27 at 11:59PM
Blog 9 - Due Wed. 8/23 at 11:59PM
Blog Comments 9 - Due Fri. 8/25 at 11:59PM
10 (8/28/23) Additional Graph Algorithms HW 9 - Due Sunday 9/3 at 11:59PM
Blog 10 - Due Wed. 8/30 at 11:59PM
Blog Comments 10 - Due Fri. 9/1 at 11:59PM
11 (9/4/23)
[Labor Day Holiday Monday]
No Lectures - Exam Week Report 2 Due this Week.
Research Paper 2 Due Wed 9/6 at 11:59PM