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

https://github.com/nearhuscarl/leetcode


https://github.com/nearhuscarl/leetcode

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Leetcode

## Project Struture

```bash
/leetcode
/problem-id-1
# program code
/solution-id-1.js
# visualizer code (has tsx extension)
/solution-id-1.tsx
...
# holds metadata about this problem and the solutions
/settings.ts
/problem-id-2
...
```

## Commands

```bash
# generate json data to be consumed by the visualizer app
yarn run build-data
```