Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikelborm/leetcode


https://github.com/nikelborm/leetcode

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# LeetCode

## TODO

1. integrate [github repo with LeetCode API](https://github.com/alfaarghya/alfa-leetcode-api)
2. create repository structure validators (experiment with eslint?)

## Install dependencies

```bash
npm i
```

## Run script

```bash
npm exec tsx ./$(git config user.name)/0338-counting-bits/index.ts
```

## Create solution

Call vs code task `create new ts solution`