Exercises from CTCI book, these are my solutions (it doesn't mean that are the best possible solutions).
# Clone the repo
git clone https://github.com/gustavocd/ctci.git
# Install dependencies
bun install
# Run tests
bun run test
# Run tests with coverage
bun run test:coverage
# Generate js files
bun run build