https://github.com/nearhuscarl/leetcode
https://github.com/nearhuscarl/leetcode
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nearhuscarl/leetcode
- Owner: NearHuscarl
- Created: 2022-12-13T14:48:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T14:43:00.000Z (over 1 year ago)
- Last Synced: 2025-01-04T03:10:26.036Z (9 months ago)
- Language: TypeScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```