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

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

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)