https://github.com/robertbenjamin/algocasts
https://github.com/robertbenjamin/algocasts
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertbenjamin/algocasts
- Owner: robertbenjamin
- Created: 2018-07-10T18:26:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T07:58:10.000Z (over 7 years ago)
- Last Synced: 2025-02-25T16:47:45.801Z (over 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```