-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Husky Maps | ||
|
||
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) to get started. | ||
|
||
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). |