Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esau-morais/leetcode

My LeetCode solutions using my own cli
https://github.com/esau-morais/leetcode

bun leetcode typescript

Last synced: 3 months ago
JSON representation

My LeetCode solutions using my own cli

Awesome Lists containing this project

README

        

# leetcode-solutions

Install deps:

```bash
bun install
```

Generate solution + test files:

```bash
bun generate -s

```

Test:

```bash
bun test

```

Built with bun