# AGENTS.md

🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer（第 2 版）》、《程序员面试金典（第 6 版）》题解

## Setup

```
pip install -r requirements.txt
```

## Commands

```
python postinstall
python prepare
```

## Layout

- `solution/` 22162 source files
- `lcof2/`    862 source files
- `lcci/`     787 source files
- `lcof/`     769 source files
- `lcp/`      253 source files
- `basic/`    86 source files

## Conventions

- There are no tests yet. An agent has no way to check its own work here.
- CI defines what passing means. See `.github/workflows/black-lint.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `lcp/main.py` is 117KB. It will not fit comfortably in context, so read it in parts.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
