Skip to content

gabrieldissotti/daily-coding-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]