gabrieldissotti / daily-coding-problem

Solving daily problems with typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Coding Problem

Creating algorithms with typescript

Setup

Just run yarn

How To run

# Run script
nodemon ./problems/{number}/index.ts
# Example:
nodemon ./problems/1/index.ts

# Run all tests
yarn test

# Run specific test example
yarn jest ./problems/1/index.test.ts

Problems summary

#1 - Combinatorics - asked by Google [2020-03-14]

About

Solving daily problems with typescript

License:MIT License


Languages

Language:TypeScript 72.0%Language:JavaScript 28.0%