diff --git a/index.md b/index.md index e618597a98b3fbf267c74295bfccfe562de878e8..801fb3e309dcf8fe39fbb4126e81dcd54cc8ec67 100644 --- a/index.md +++ b/index.md @@ -18,7 +18,7 @@ seo: {{ staffer }} {% endfor %} -[Husky Maps](https://huskymaps.herokuapp.com/) 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. +[Husky Maps](https://huskymaps.herokuapp.com/) 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 the question: **How does the design of an abstraction affect implementations and clients?** Although CSE 373 is designed to be taken after [CSE 143](https://courses.cs.washington.edu/courses/cse143/)---we expect familiarity with array lists, linked lists, and search trees---the focus is not on programming but rather the **design, analysis, and critique** of the data structures and algorithms that implement software's social imaginations and designed futures.