An open API service indexing awesome lists of open source software.

https://github.com/kevinlin1/huskymaps

An educational web app for mapping the world, searching for places, and navigating around Seattle.
https://github.com/kevinlin1/huskymaps

autocomplete data-structures education graph-algorithms openstreetmap

Last synced: 12 months ago
JSON representation

An educational web app for mapping the world, searching for places, and navigating around Seattle.

Awesome Lists containing this project

README

          

# Husky Maps

A set of educational programming projects built around 4 components: [**Deques**](src/main/java/deques/), [**Autocomplete**](src/main/java/autocomplete/), [**Priority Queues**](src/main/java/minpq/), and [**Seam Finding**](src/main/java/seamfinding/).