https://github.com/marcobiedermann/leetcode
🎓 My attempt of solving LeetCode problems
https://github.com/marcobiedermann/leetcode
algorithms leetcode problem-solving problems solutions
Last synced: about 1 month ago
JSON representation
🎓 My attempt of solving LeetCode problems
- Host: GitHub
- URL: https://github.com/marcobiedermann/leetcode
- Owner: marcobiedermann
- License: mit
- Created: 2020-04-01T08:02:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T14:06:52.000Z (over 1 year ago)
- Last Synced: 2025-04-08T18:53:23.678Z (6 months ago)
- Topics: algorithms, leetcode, problem-solving, problems, solutions
- Language: TypeScript
- Homepage: https://leetcode.com/marcobiedermann
- Size: 425 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leetcode
[](https://travis-ci.com/marcobiedermann/leetcode)
[](https://codecov.io/gh/marcobiedermann/leetcode)
[](https://david-dm.org/marcobiedermann/leetcode)
[](https://david-dm.org/marcobiedermann/leetcode?type=dev)My attempt of solving [Leetcode](https://leetcode.com/) problems in JavaScript.
## Table of Contents
- [Setup](#setup)
- [Usage](#usage)
- [License](#license)## Setup
Install dependencies.
```sh
npm install
```## Usage
### Format
Format code using [Prettier](https://prettier.io/).
```sh
npm run format
```### Linting
Lint code using [ESLint](https://eslint.org/).
```sh
npm run lint
```### Testing
Run tests using [Vitest](https://vitest.dev/) testing framework.
```sh
npm test
```## License
[MIT](LICENSE) © [Marco Biedermann](https://github.com/marcobiedermann)