https://github.com/chrisdothtml/algorithms
Trying out popular algorithms
https://github.com/chrisdothtml/algorithms
Last synced: over 1 year ago
JSON representation
Trying out popular algorithms
- Host: GitHub
- URL: https://github.com/chrisdothtml/algorithms
- Owner: chrisdothtml
- Created: 2018-05-21T14:00:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T04:18:32.000Z (about 8 years ago)
- Last Synced: 2025-01-28T22:45:05.144Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# algorithms
> Trying out popular algorithms
## View the demos
1. Start the server
```bash
# install deps
npm i
# start server
npm start
```
2. Navigate to an algorithm's path (e.g. http://localhost:1337/word-evolver)