CS 502 Data Structures and Algorithms / CS 520 Computer Science Foundations - Syllabus

Term and Credits

Winter 2020-2021
3 Credits

Room and Time

Videos and readings will be posted to learn.drexel.edu

Instructor

Mark Boady
Electronic Mail Address: mwb33@drexel.edu
Office: 3675 Market Street Room 1058 (Next to Snack Machine)
Extention: 215-895-2347 [Not Available During COVID]
Office Hours: Tuesday 3-5 in Slack, Wednesday 4-6 in Slack

Teaching Assistant(s)

Lia Fredericks
Electronic Mail Address: laf335@drexel.edu
CLC Website: https://www.cs.drexel.edu/clc
Office: Online in Slack
Office Hours: Friday 6PM-8PM in Slack

Phuc Nguyen
Electronic Mail Address: phn26@drexel.edu
CLC Website: https://www.cs.drexel.edu/clc
Office: Online in Slack
Office Hours: Monday 6PM-8PM in Slack

Julius Park
Electronic Mail Address: jmp536@drexel.edu
CLC Website: https://www.cs.drexel.edu/clc
Office: Online in Slack
Office Hours: Thursday 7PM-9PM in Slack

Course Description

An introduction to classical algorithms with a focus on implementation and applications. Covers both analysis and implementation of algorithms. Algorithms include searching, sorthing, 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 efficienctly 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 understant fundemental 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
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

Homeworks

Blogs

Research Papers

Slack Channel

Late Submissions

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/

Tentative Course Schedule

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

Week Topic Assignments
1 (1/11/21) Binary and Logic Nothing Due this Week.
2 (1/18/21)
MLK, Jr Day (Monday)
Basic Algorithmic Structures Blog 1 - Due Mon. 1/18 at 11:59PM
HW 1 - Due Wed. 1/20 at 11:59PM
Blog Comments 1 - Due Fri. 1/22 at 11:59PM
3 (1/25/21) Recursion Blog 2 - Due Mon. 1/25 at 11:59PM
HW 2 - Due Wed. 1/27 at 11:59PM
Blog Comments 2 - Due Fri. 1/29 at 11:59PM
4 (2/1/21) Analysis of Algorithms Blog 3 - Due Mon. 2/1 at 11:59PM
HW 3 - Due Wed. 2/3 at 11:59PM
Blog Comments 3 - Due Fri. 2/5 at 11:59PM
5 (2/8/21) Searching Blog 4 - Due Mon. 2/8 at 11:59PM
HW 4 - Due Wed. 2/10 at 11:59PM
Blog Comments 4 - Due Fri. 2/12 at 11:59PM
 Research Paper 1 Due Friday 2/12/21 at 11:59PM
6 (2/15/21) Sorting Blog 5 - Due Mon. 2/15 at 11:59PM
HW 5 - Due Wed. 2/17 at 11:59PM
Blog Comments 5 - Due Fri. 2/19 at 11:59PM
7 (2/22/21) Linked Lists, Stacks, and Queues Blog 6 - Due Mon. 2/22 at 11:59PM
HW 6 - Due Wed. 2/24 at 11:59PM
Blog Comments 6 - Due Fri. 2/26 at 11:59PM
8 (3/1/21)
Memorial Day
Trees (BST and Heaps) Blog 7 - Due Mon. 3/1 at 11:59PM
HW 7 - Due Wed. 3/3 at 11:59PM
Blog Comments 7 - Due Fri. 3/5 at 11:59PM
9 (3/8/21) Graphs (Shortest Paths) Blog 8 - Due Mon. 3/8 at 11:59PM
HW 8 - Due Wed. 3/10 at 11:59PM
Blog Comments 8 - Due Fri. 3/12 at 11:59PM
10 (3/15/21) No Lectures - Exam Week Blog 9 - Due Mon. 3/15 at 11:59PM
HW 9 - Due Wed. 3/17 at 11:59PM
Blog Comments 9 - Due Fri. 3/19 at 11:59PM
Research Paper 2 Due Friday 3/19/2021 at 11:59PM

Additional Resource Links

  1. Binary Numbers
  2. Hex Numbers
  3. Assembly
  4. Algorithms
  5. Recursion
  6. Analysis
  7. Searching
  8. Sorting
  9. Sets
  10. Trees
  11. Graphs
  12. DFA