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

https://github.com/robertbenjamin/algocasts


https://github.com/robertbenjamin/algocasts

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# AlgoCasts

Forked from [this repo](https://github.com/StephenGrider/AlgoCasts) and following along [Stephen Grider's course](https://www.udemy.com/coding-interview-bootcamp-algorithms-and-data-structure/learn/v4/overview) on Udemy.

## Setup
Make sure you're using the latest version of Node.

```bash
npm i -g jest

# Run tests for the reversestring exercise
cd exercises
jest reversestring/test.js --watch
```