Skip to content

gustavocd/ctci

Repository files navigation

Exercises from CTCI book

Exercises from CTCI book, these are my solutions (it doesn't mean that are the best possible solutions).

Setup project

# Clone the repo
git clone https://github.com/gustavocd/ctci.git

# Install dependencies
npm install

# Run tests
npm run test

# Run tests with coverage
npm run test:coverage

# Generate js files
npm run build