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.
- Host: GitHub
- URL: https://github.com/kevinlin1/huskymaps
- Owner: kevinlin1
- License: mit
- Created: 2021-06-02T20:37:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T17:07:57.000Z (12 months ago)
- Last Synced: 2025-04-02T18:23:40.322Z (12 months ago)
- Topics: autocomplete, data-structures, education, graph-algorithms, openstreetmap
- Language: Java
- Homepage: https://huskymaps.kevinl.info
- Size: 17.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).