Skip to content

PowrSlave/best-time-to-buy-and-sell-stock

Repository files navigation

Leetcode #121 Best Time to Buy and Sell Stock

Use this boilerplate to run leetcode problems locally.

Based on Leetcode #121

1.) Install node.js.

2.) run npm install from within cloned repo to acquire the required dependencies.

3.) npm run test to execute the test cases (using the jest testing framework

note: jest-html-reporter is generating an HTML report if you prefer this over the console test report. Code coverage flag is enabled for fun in package.json with "collectiveCoverage":true

About

Leetcode Problem #121 Best Time to Buy and Sell Stock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published