https://github.com/tyleryep/approx-distance-oracle
Final project for CS 166: Data Structures
https://github.com/tyleryep/approx-distance-oracle
Last synced: 9 months ago
JSON representation
Final project for CS 166: Data Structures
- Host: GitHub
- URL: https://github.com/tyleryep/approx-distance-oracle
- Owner: TylerYep
- Created: 2020-05-14T04:59:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T07:17:09.000Z (over 5 years ago)
- Last Synced: 2025-04-03T19:47:17.414Z (about 1 year ago)
- Language: CSS
- Size: 9.93 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# approx-distance-oracle
Final project for CS 166: Data Structures
## Approximate Distance Oracles
Run `python -m http.server` and then go to `localhost:8000`.
To run the Python ADO, you must install requirements. It is recommended that
you use a virtualenv.
```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```