Skip to content

marcobiedermann/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

Build Status codecov dependencies Status devDependencies Status

My attempt of solving Leetcode problems in JavaScript.

Table of Contents

Setup

Install dependencies.

npm install

Usage

Format

Format code using Prettier.

npm run format

Linting

Lint code using ESLint.

npm run lint

Testing

Run tests using Vitest testing framework.

npm test

License

MIT © Marco Biedermann