Link

Data Structures and Algorithms

University of Washington, Autumn 2021

This is CSE 373 Autumn 2021 at the University of Washington. Looking for Winter 2022?

Husky Maps is a web app for mapping the world, searching for places, and navigating around Seattle. All these features are powered by the sociotechnical infrastructure of data structures and algorithms, programming abstractions designed by software engineers to represent data and automate processes. CSE 373 asks: How do data structures and algorithms affect the software and systems that we build?

Computer scientists historically addressed this question from a disembodied technical perspective by analyzing only the efficiency of data structures and algorithms. But in order to address society’s most challenging problems around the design and use of computing, we need to learn data structures and algorithms in a deeply sociotechnical way, combining social and technical approaches. Just as machine learning and artificial intelligence is rapidly changing the world for better and for worse, the design of data structures and algorithms can raise equally important questions for the things we build.

In our first project, for example, we’ll study Autocomplete, a feature of the Husky Maps search bar. Autocomplete is a feature that helps a user select valid search results by showing possible inputs as they type. Computer scientists have historically only asked questions such as, “Is this implementation of autocomplete correct?” or “How fast is this implementation?” These are important questions, but they’re not the only questions. In this course, we will also ask sociotechnical questions: “Who benefits from this definition of autocomplete? Who is harmed?” and “What can we do to ensure justice?”

Although CSE 373 is designed to be taken after CSE 143 (objects, array lists, linked lists, search trees), the focus is not on programming but rather the design, analysis, and critique of the data structures and algorithms behind software’s social imaginations and designs for the future.

  1. Design data structures and algorithms by implementing and maintaining invariants.
  2. Analyze the runtime and design values of data structures and algorithms.
  3. Critique the application of data structures and algorithms toward social problems.

In this course, we’ll study 3 interfaces and 6 applications of data structures and algorithms.

  1. Autocomplete data structures and algorithms for search suggestions and DNA indexing.
  2. Priority queue data structures for content moderation and shortest paths.
  3. Graph data structures and shortest paths for seam carving and navigation directions.

In the final week, we’ll wrap up by assembling a portfolio reflecting on your journey.

Schedule

Autocomplete

Data Structures

9/30
Welcome
9/31
SecProgramming Review
10/1
Runtime Analysis

Sorting Algorithms

10/4
Iterative Sorts
PrjAutocomplete
10/6
Merge Sort
10/7
SecSorting Algorithms
10/8
Search Trees

Balanced Search Trees

10/11
2-3 Trees
10/13
Left-Leaning Red-Black Trees
10/14
SecBalanced Search Trees
10/15
Project Work

Presentations

10/18
Meetings
10/19
Meetings
10/20
Meetings
10/21
SecReflection
10/22
Affordance Analysis

Priority Queues

Heaps and Hashing

10/25
Binary Heaps
PrjPriority Queues
10/27
Hash Tables
10/28
SecHeaps and Hashing
10/29
Graph Data Type

Graphs

11/1
Graph Traversals
11/3
Minimum Spanning Trees
11/4
SecGraphs
11/5
Project Work

Presentations

11/8
Meetings
11/9
Meetings
11/10
Meetings
11/11
Holiday
11/12
Design Justice

Shortest Paths

Graph Algorithms

11/15
Shortest Paths
PrjShortest Paths
11/17
Reduction Algorithms
11/18
SecGraph Algorithms
11/19
Project Work

Thanksgiving

11/22
Break
11/24
Break
11/26
Holiday

Work

11/29
Project Work
12/1
Project Work
12/3
Project Work

Presentations

12/6
Meetings
12/7
Meetings
12/8
Meetings
12/9
SecTA Choice
12/10
Algorithm Limits

Values and Policies

The education you receive in this course can help prepare you for programming jobs, but this isn’t the only purpose for learning computer science.1 Education is not only about yourself and your personal gain, but also about all of us and our capacity to live together as a community.

The University of Washington acknowledges the Coast Salish peoples of this land, the land which touches the shared waters of all tribes and bands within the Duwamish, Puyallup, Suquamish, Tulalip and Muckleshoot nations. Among the traditions of the Coast Salish peoples is a value for the connectedness between all living things and a recognition of the unique ways that each of us comes to know something.2

Modern education has the idea that we all need to know the same thing. At the end of the lesson, everyone will know the same thing. That’s why we have tests, that’s why we have quizzes, that’s why we have homework: to ensure we all know the same thing. And that’s powerful—that’s important—within a certain context.

But for native culture, the idea that each listener divines or finds their own answer, their own meaning, their own teaching from the story is equally powerful—that each person needs to be able to look at the world and define it for themselves within their culture and then also find a way to live in that world according to the teachings of their people in their culture.

Our course emphasizes the following values and policies.

We are responsible for each others’ success
Everyone has a right to feel like they belong in this course. We’ll need to act with compassion and caring to collaborate with each other. Although we will need more than just unexamined commitments to collaboration, listening, empathy, mindfulness, and caring,3 the following guidelines offer a starting point for ensuring compassion toward each other.4
  • Listen with intention to understand first and form an opinion only after you fully understand.
  • Take responsibility for the intended and unintended effects of your words and actions on others.
  • Mindfully respond to others’ ideas by acknowledging the unique value of each contribution.

You should expect and demand to be treated by your classmates and teachers with respect. If any incident occurs that challenges this commitment to a supportive, diverse, inclusive, and equitable environment, please let the instructor know so the issue can be addressed. Should you feel uncomfortable bringing up an issue with the instructor directly, meet our advisors during quick questions or contact the College of Engineering.

We recognize everyone has unique circumstances
Do not hesitate to contact the instructor by private discussion post or appointment. The sooner we are made aware of your circumstances, the more we can help. Extenuating circumstances include work-school balance, familial responsibilities, religious observations, military duties, unexpected travel, or anything else beyond your control that may negatively impact your performance in the class.
It is the policy and practice of the University of Washington to create inclusive and accessible learning environments consistent with federal and state law. If you have already established accommodations with Disability Resources for Students (DRS), activate your accommodations via myDRS so we can discuss how they will be implemented in this course. If you have a temporary health condition or permanent disability that requires accommodations, contact DRS directly to set up an Access Plan.
Washington state law requires that UW develop a policy for accommodation of student absences or significant hardship due to reasons of faith or conscience, or for organized religious activities. The UW’s policy, including more information about how to request an accommodation, is available at Religious Accommodations Policy. Accommodations must be requested within the first two weeks of this course using the Religious Accommodations Request form.
We believe everyone wants to learn
Education is about shaping your identity as much as it is about learning things. In school, the consequences of making mistakes are relatively small. But the habits you form now—repeated over days, weeks, months, or years—determine who you will be in the future.
We ask that you do not claim to be responsible for work that is not yours. When you receive substantial help from someone else, include a citation. Don’t request a copy of someone else’s work, don’t provide your work to another student, and don’t post your solutions publicly.
Academic honesty reflects the trust (or the lack thereof) between students and teachers. We do our best to design the course in ways that ensure trust, but we know our systems are not perfect. If you submit work in violation of these policies but bring it to the attention of the instructor within 72 hours, you may resubmit your own work without further consequence. Rather than blame students, we want to fix or replace broken systems that compel students to lose trust.

Deliberate practice

In a traditional classroom, you attend class while a teacher lectures until time is up. Then, you go home and do the important work of applying concepts toward practice problems or assignments on your own. Finally, you take an exam to show what you know.

This classroom structure isn’t effective for learning science, engineering, and mathematics.5 Think of learning computer science as learning how to ride a bike. Quite a few people know how to ride a bike. But how many of them learned to ride a bike through 50 minutes of lecture three times a week? Probably no one—learning to ride a bike requires riding an actual bike! Likewise, learning computer science requires deliberate practice.

  1. Sustained motivation.
  2. Tasks that build on prior knowledge.
  3. Immediate, personalized feedback on tasks.
  4. Repetition of all the above.

Consistent with our class values, learning is not only about content knowledge, but also about socioemotional motivation and support. Each week in the course will involve several different activities that are designed so that we can make the most of our class time together.

  1. On your own before class, prepare for learning by completing the pre-class preparation.
  2. In your team during class and quiz section, collaborate on the in-class guided practice.
  3. On your own after quiz section, complete the assessment and submit an explanation video.
  4. In your team throughout the module, apply your learning by collaborating on the project.

Expect to spend 4 hours in class and 8 hours outside of class working on this course. Depending on how you plan your project work, some weeks may be more work or less work than other weeks. If you find the workload is significantly exceeding this expectation, talk to your TA.

Grading in this course encourages learning through deliberate practice by emphasizing revision and resubmission of work. All coursework is designed around feedback loops where you try something, get feedback, then try again. Grades are based on what you eventually learn through this process. Only the requirements listed under a Canvas module count toward your final grade.

1.0 or greater
Completion of all requirements in the Autocomplete module.
2.0 or greater
Completion of all requirements in the Autocomplete module.
Completion of all requirements in the Priority Queues module.
3.0 or greater
Completion of all requirements in the Autocomplete module.
Completion of all requirements in the Priority Queues module.
Completion of all requirements in the Shortest Paths module.
4.0
Completion of all requirements in the Autocomplete module.
Completion of all requirements in the Priority Queues module.
Completion of all requirements in the Shortest Paths module.
Highest marks across all parts of the Portfolio.

References

  1. Mark Guzdial. 2021. Computer science was always supposed to be taught to everyone, and it wasn’t about getting a job

  2. Roger Fernandes. 2012. Roger Fernandes: Artist/Storyteller/Educator

  3. Brian Arao and Kristi Clemens. 2013. “From Safe Spaces to Brave Spaces: A New Way to Frame Dialogue Around Diversity and Social Justice” in The Art of Effective Facilitation

  4. Asao B. Inoue. 2019. “Sample Charter for Compassion” in Labor-Based Grading Contracts: Building Equity and Inclusion in the Compassionate Writing Classroom

  5. Scott Freeman, Sarah L. Eddy, Miles McDonough, Michelle K. Smith, Nnadozie Okoroafor, Hannah Jordt, and Mary Pat Wenderoth. 2014. Active learning increases student performance in science, engineering, and mathematics


Table of contents