CSE 30872 is an elective course in the Computer Science and Engineering program at the University of Notre Dame. This course encourages the development of practical programming and problem solving skills through extensive practice and guided learning. The bulk of the class revolves around solving brain-teaser and puzzle-type problems that often appear in programming contests, online challenges, and job interviews. Additionally, basic software engineering practices such as planning, debugging, testing, and source code management may be discussed.

Upon successful completion of this course, students will be able to:

  1. Parse a variety of inputs and model problems.

  2. Utilize appropriate data structures to represent and solve problems.

  3. Implement common problem solving techniques and algorithms.

  4. Employ modern software development methods and tools.

  5. Debug and test code within an automated testing environment.

Class Information

Lecture
M/W/F 11:30 AM - 12:20 PM
Location
B044 Jenkins and Nanovic Hall
Zoom Meeting
943 9406 5355
Mailing List (Class)
fa22-cse-30872-01-group@nd.edu
Mailing List (Staff)
fa22-cse-30872-01-staff-list@nd.edu
Slack
#cse-30872-fa22
GitHub
nd-cse-30872-fa22

Instructor

Instructor
Peter Bui (pbui@nd.edu)
Office Hours
M/W/T/TH 2:00 PM - 3:30 PM, and by appointment
Office Location
326D Cushing Hall

Teaching Assistants

Teaching Assistant
Sean Beckerle (sbeckerl@nd.edu)
Teaching Assistant
Kristen Friday (kfriday@nd.edu)
Teaching Assistant
Sebastian Gutierrez (sgutier5@nd.edu)
Teaching Assistant
Christine Van Kirk (cvankir2@nd.edu)
Teaching Assistant
Mia Manabat (mmanabat@nd.edu)
Teaching Assistant
Joshua Russell (jrusse22@nd.edu)
Teaching Assistant
Mark Schermerhorn (mscherm2@nd.edu)

Help Protocol

  1. Think
  2. Slack
  3. Think
  4. Email
  5. Think
  6. Office

Office Hours

Online Office Hours

Online office hours for the teaching assistants will take place in Zoom Meeting 945 5002 8052. Please use the main session for general questions. If you have an individual question, then request a private breakout room with the teaching assistant. If you need more individualized attention, please contact the instructor to schedule an appointment.
Unit Date Topics Assignments
I/O Wed 08/24 Syllabus, I/O Slides Slides Panopto Reading 00
Fri 08/26 Complexity, Coding Style Slides Slides Panopto
Sat 08/27 Programming Challenges Challenge 00
Unit 01: Data Structures and Algorithms
Sequence Containers Mon 08/29 Arrays, Lists Slides Panopto Reading 01
Wed 08/31 Cancelled
Fri 09/02 Stacks, Queues Slides Panopto
Sat 09/03 Programming Challenges Challenge 01 Challenge 02
Searching, Sorting Mon 09/05 Searching Slides Panopto Reading 02
Wed 09/07 Sorting Slides Panopto
Fri 09/19 Testing Slides Panopto
Sat 09/10 Programming Challenges Challenge 03 Challenge 04
Associative Containers Mon 09/12 Maps, Sets Slides Panopto Reading 03
Wed 09/14 Memoization, Profiling Slides Panopto
Fri 09/16 History Slides Panopto
Sat 09/17 Programming Challenges Challenge 05 Challenge 06
Complete Search Mon 09/19 Subsets Slides Panopto Reading 04
Wed 09/21 Permutations, Backtracking Panopto
Fri 09/23 Static Analysis Slides Panopto
Sat 09/24 Programming Challenges Challenge 07 Challenge 08
Bit Manipulation, Greedy Algorithms Mon 09/26 Bit Manipulation Slides Panopto Reading 05
Wed 09/28 Greedy Algorithms Slides Panopto
Fri 09/30 Documentation Slides Panopto
Sat 10/01 Programming Challenges Challenge 09 Challenge 10
Dynamic Programming Mon 10/03 Memoization (Again) Slides Panopto Reading 06
Wed 10/05 Table Building Panopto
Fri 10/07 Table Building
Sat 10/08 Programming Challenges Challenge 11 Challenge 12
Contest I Mon 10/10 Contest I
Wed 10/12 Contest I
Fri 10/14 Contest I
Fall Break
Unit 02: Trees and Graphs
Trees Mon 10/24 Representation Slides Panopto Reading 07
Wed 10/26 Traversal Panopto
Fri 10/28 Divide and Conquer
Sat 10/29 Programming Challenges Challenge 13 Challenge 14
Graphs I Mon 10/31 Representation Slides Panopto Reading 08
Wed 11/02 Traversal Panopto
Fri 11/04 Shortest Paths Panopto
Sat 11/05 Programming Challenges Challenge 15 Challenge 16
Graphs II Mon 11/07 Spanning Trees Slides Panopto Reading 09
Wed 11/09 Topological Sorting Panopto
Fri 11/11 Office Hours
Sat 11/12 Programming Challenges Challenge 17 Challenge 18
Graphs III Mon 11/14 Paths Slides Panopto Reading 10
Wed 11/16 Flows and Cuts Panopto
Fri 11/18 Office Hours
Sat 11/19 Programming Challenges Challenge 19 Challenge 20
Number Theory Mon 11/21 Primes and Modular Arithmetic Slides Panopto Reading 11
Wed 11/23 Thanksgiving
Fri 11/25 Thanksgiving
Miscellaneous Mon 11/28 Negotiation, Contracts, Promotion, Mobility Slides Panopto
Wed 11/30 Graduate School Slides Panopto
Fri 12/01 Slacking and Hacking
Sat 12/03 Programming Challenges Challenge 21 Challenge 22 Challenge 23
Contest II Mon 12/05 Contest II
Wed 12/07 Contest II

Coursework

Component Points
Readings Weekly reading assignments. 11 × 3
Challenges Weekly programming challenges. 23 × 7
Externals External programming contest. 2 × 17
Contests In-class programming contests. 2 × 36
Total 300

Grading

Grade Points Grade Points Grade Points
A 285-300 A- 270-284
B+ 260-269 B 250-259 B- 240-249
C+ 230-239 C 220-229 C- 210-219
D 195-209 F 0-194

Due Dates

All Readings and Challenges are to be submitted to your own private GitHub repository. Unless specified otherwise:

  • Readings are due before class on the Monday of each week.

  • Challenges are due at noon on the Saturday of each week.

The External Contest submissions are due at noon on Wednesday, December 7.

Policies

Participation

Students are expected to attend and contribute regularly in class. This means answering questions in class, participating in discussions, and helping other students.

Foreseeable absences should be discussed with the instructor ahead of time.

Community

Recalling one of the tenets of the Hacker Ethic:

Hackers should be judged by their hacking, not criteria such as degrees, age, race, sex, or position.

Students are expected to be respectful of their fellow classmates and the instructional staff.

Students with Disabilities

Any student who has a documented disability and is registered with Disability Services should speak with the professor as soon as possible regarding accommodations. Students who are not registered should contact the Office of Disabilities.

Academic Honesty

Any academic misconduct in this course is considered a serious offense, and the strongest possible academic penalties will be pursued for such behavior. Students may discuss high-level ideas with other students, but at the time of implementation (i.e. programming), each person must do his/her own work. Use of the Internet as a reference is allowed but directly copying code or other information is cheating. It is cheating to copy, to allow another person to copy, all or part of an exam or a assignment, or to fake program output. It is also a violation of the Undergraduate Academic Code of Honor to observe and then fail to report academic dishonesty. You are responsible for the security and integrity of your own work.

Late Work

In the case of a serious illness or other excused absence, as defined by university policies, coursework submissions will be accepted late by the same number of days as the excused absence.

Otherwise, there is an automatic 25% late penalty for assignments turned in 12 hours pass the specified deadline.

Classroom Recording

This course will be recorded using Zoom and Panopto. This system allows us to automatically record and distribute lectures to you in a secure environment. You can watch these recordings on your computer, tablet, or smartphone. In the course in Sakai, look for the "Panopto" tool on the left hand side of the course.

Because we will be recording in the classroom, your questions and comments may be recorded. Recordings typically only capture the front of the classroom, but if you have any concerns about your voice or image being recorded please speak to me to discuss your concerns. Except for faculty and staff who require access, no content will be shared with individuals outside of your course without your permission.

These recordings are jointly copyrighted by the University of Notre Dame and your instructor. Posting them to other websites (including YouTube, Facebook, SnapChat, etc.) or elsewhere without express, written permission may result in disciplinary action and possible civil prosecution.

CSE Guide to the Honor Code

For the assignments in this class, you may discuss with other students and consult printed and online resources. You may quote from books and online sources as long as you cite them properly. However, you may not look at another student's solution, and you may not copy any significant portions of other's solutions. Furthermore, you may not utilize AI powered tools such as Co-Pilot or Tabnine for any of your programming assignments.

The following table summarizes how you may work with other students and use print/online sources:

Resources Solutions AI Tools
Consulting Allowed Not Allowed Not Allowed
Copying Cite Not Allowed Not Allowed

See the CSE Guide to the Honor Code for definitions of the above terms.

If an instructor sees behavior that is, in his judgment, academically dishonest, he is required to file either an Honor Code Violation Report or a formal report to the College of Engineering Honesty Committee.

Health and Safety Protocols

In this class, as elsewhere on campus, students must comply with all University health and safety protocols, including:

  • Students who are not fully vaccinated must wear masks inside campus buildings.
  • Students are expected to carry a mask at all times.
  • Students are to be considerate and understanding of the medical needs and personal beliefs of others.

We are part of a community of learning in which compassionate care for one another is part of our spiritual and social charter. Consequently, compliance with these protocols is an expectation for everyone enrolled in this course. If a student refuses to comply with the University’s health and safety protocols, the student must leave the classroom and will earn an unexcused absence for the class period and any associated assignments/assessments for the day. Persistent deviation from expected health and safety guidelines may be considered a violation of the University’s "Standards of Conduct,” as articulated in du Lac: A Guide for Student Life, and will be referred accordingly.

Information

Online Challenges

  • UVa Online Judge

    This site is an online judge for programming challenges found in the book Programming Challenges.

  • HackerRank

    This site is contains a variety of programming challenges similar to what is found in ACM programming contests. It also includes non-programming contest type problems as well and is a platform for evaluating and testing your programming skills.

  • LeetCode

    This is another site that contains a variety of programming challenges.

  • TopCoder

    This is another site that contains a variety of programming challenges. It also periodically runs contests and learning resources.

  • Project Euler

    This site is a large set of mathematical and programming problems designed to test your abilities and sharpen your skills. The problems make for good practice.

  • Google Code Jam

    This is global programming competition where programmers test their skills by solving multiple rounds of algorithmic puzzles.

  • Advent of Code

    This is an annual series of programming challenges.