You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ A Python package to generate professional LeetCode practice environments. Featur
11
11
12
12
**What makes this different:**
13
13
14
-
- 🤖 **[LLM-Assisted Workflow](#llm-assisted-problem-creation)**: Generate new problems instantly with AI assistance
14
+
- 🤖 **[LLM-Assisted Workflow](https://github.com/wisarootl/leetcode-py#llm-assisted-problem-creation)**: Generate new problems instantly with AI assistance
15
15
- 🎨 **Visual Debugging**: Interactive tree/graph rendering with Graphviz and anytree
16
16
- 🧪 **Production Testing**: Comprehensive test suites with edge cases and reproducibility verification
17
17
- 🚀 **Modern Python**: PEP 585/604 type hints, Poetry, and professional tooling
_Interactive multi-cell playground with rich data structure visualization for each problem_
145
145
@@ -189,7 +189,7 @@ make gen-all-problems
189
189
190
190
To extend the problem collection beyond the current catalog, leverage an LLM assistant within your IDE (Cursor, GitHub Copilot Chat, Amazon Q, etc.).
191
191
192
-
📖 **[Complete LLM-Assisted Problem Creation Guide](docs/llm-assisted-problem-creation.md)** - Comprehensive guide with screenshots and detailed workflow.
192
+
📖 **[Complete LLM-Assisted Problem Creation Guide](https://github.com/wisarootl/leetcode-py/blob/main/docs/llm-assisted-problem-creation.md)** - Comprehensive guide with screenshots and detailed workflow.
193
193
194
194
**Quick Start:**
195
195
@@ -205,8 +205,8 @@ To extend the problem collection beyond the current catalog, leverage an LLM ass
205
205
206
206
**Required LLM Context**: Include these rule files in your LLM context for automated problem generation and test enhancement:
207
207
208
-
-[`.amazonq/rules/problem-creation.md`](.amazonq/rules/problem-creation.md) - Complete problem generation workflow
209
-
-[`.amazonq/rules/test-quality-assurance.md`](.amazonq/rules/test-quality-assurance.md) - Test enhancement and reproducibility verification
208
+
-[`.amazonq/rules/problem-creation.md`](https://github.com/wisarootl/leetcode-py/blob/main/.amazonq/rules/problem-creation.md) - Complete problem generation workflow
209
+
-[`.amazonq/rules/test-quality-assurance.md`](https://github.com/wisarootl/leetcode-py/blob/main/.amazonq/rules/test-quality-assurance.md) - Test enhancement and reproducibility verification
210
210
211
211
**Manual Check**: Find problems needing more test cases:
212
212
@@ -244,7 +244,7 @@ poetry run python -m leetcode_py.tools.check_test_cases --threshold=10
244
244
245
245
### CLI Commands (Global)
246
246
247
-
📖 **[Complete CLI Usage Guide](docs/cli-usage.md)** - Detailed documentation with all options and examples.
247
+
📖 **[Complete CLI Usage Guide](https://github.com/wisarootl/leetcode-py/blob/main/docs/cli-usage.md)** - Detailed documentation with all options and examples.
0 commit comments