From fb113e35c35e7502a9f00e394ed8457bd76abf21 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Mon, 10 Oct 2022 10:01:23 -0700 Subject: [PATCH] README.md: Remove CCDSA link --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a41582e..6ec57e2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ An educational web app for mapping the world, searching for places, and navigating around Seattle. The app is designed to highlight 3 components: [**Autocomplete**](https://github.com/kevinlin1/huskymaps/wiki/Autocomplete), [**Priority Queues**](https://github.com/kevinlin1/huskymaps/wiki/Priority-Queues), and [**Shortest Paths**](https://github.com/kevinlin1/huskymaps/wiki/Shortest-Paths). Each of these components not only implement features in Husky Maps, but also implement 3 other socially-motivated applications of computing: social genomics, content moderation, and seam carving for content-aware image resizing. Check out the [**Wiki**](https://github.com/kevinlin1/huskymaps/wiki) for instructions about each project component. -The app is designed to support [**Critical Comparative Data Structures and Algorithms**](https://kevinl.info/cs-education-for-the-socially-just-worlds-we-need/), a justice-centered approach to teaching undergraduate data structures and algorithms. The latest courses to use this repository can be found in the [**Releases**](https://github.com/kevinlin1/huskymaps/releases). - ## Setup This project is pre-configured for IntelliJ IDEA.