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
A Python package to generate professional LeetCode practice environments. Features automated problem generation from LeetCode URLs, beautiful data structure visualizations (TreeNode, ListNode, GraphNode), and comprehensive testing with 10+ test cases per problem. Built with professional development practices including CI/CD, type hints, and quality gates.
16
16
@@ -29,12 +29,12 @@ A Python package to generate professional LeetCode practice environments. Featur
29
29
30
30
**What makes this different:**
31
31
32
-
- 🤖 **[LLM-Assisted Workflow](https://github.com/wisarootl/leetcode-py/blob/main/docs/llm-assisted-problem-creation.md)**: Generate new problems instantly with AI assistance
32
+
- 🤖 **[LLM-Assisted Workflow](https://github.com/wislertt/leetcode-py/blob/main/docs/llm-assisted-problem-creation.md)**: Generate new problems instantly with AI assistance
33
33
- 🎨 **Visual Debugging**: Interactive tree/graph rendering with Graphviz and anytree
34
34
- 🧪 **Production Testing**: Comprehensive test suites with edge cases and reproducibility verification
35
35
- 🚀 **Modern Python**: PEP 585/604 type hints, Poetry, and professional tooling
- ⚡ **[Powerful CLI](https://github.com/wisarootl/leetcode-py/blob/main/docs/cli-usage.md)**: Generate problems anywhere with `lcpy` command
37
+
- ⚡ **[Powerful CLI](https://github.com/wislertt/leetcode-py/blob/main/docs/cli-usage.md)**: Generate problems anywhere with `lcpy` command
38
38
39
39
## <aid="whats-included"></a>🎯 What's Included
40
40
@@ -48,7 +48,7 @@ A Python package to generate professional LeetCode practice environments. Featur
48
48
49
49
**Coverage**: 120+ unique problems across all major coding interview topics and difficulty levels.
50
50
51
-
**Note**: Some problem sets are partially covered. We're actively working to complete all collections. [Contributions welcome!](https://github.com/wisarootl/leetcode-py/blob/main/CONTRIBUTING.md)
51
+
**Note**: Some problem sets are partially covered. We're actively working to complete all collections. [Contributions welcome!](https://github.com/wislertt/leetcode-py/blob/main/CONTRIBUTING.md)
_Interactive multi-cell playground with rich data structure visualization for each problem_
172
172
173
173
## <aid="usage-patterns"></a>🔄 Usage Patterns
174
174
175
175
### CLI Usage (Global Installation)
176
176
177
-
Perfect for quick problem generation anywhere. See the 📖 **[Complete CLI Usage Guide](https://github.com/wisarootl/leetcode-py/blob/main/docs/cli-usage.md)** for detailed documentation with all options and examples.
177
+
Perfect for quick problem generation anywhere. See the 📖 **[Complete CLI Usage Guide](https://github.com/wislertt/leetcode-py/blob/main/docs/cli-usage.md)** for detailed documentation with all options and examples.
178
178
179
179
## <aid="development-setup"></a>🛠️ Development Setup
180
180
@@ -190,7 +190,7 @@ For working within this repository to generate additional LeetCode problems usin
To extend the problem collection beyond the current catalog, leverage an LLM assistant within your IDE (Cursor, GitHub Copilot Chat, Amazon Q, etc.).
208
208
209
-
📖 **[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.
209
+
📖 **[Complete LLM-Assisted Problem Creation Guide](https://github.com/wislertt/leetcode-py/blob/main/docs/llm-assisted-problem-creation.md)** - Comprehensive guide with screenshots and detailed workflow.
210
210
211
211
**Quick Start:**
212
212
@@ -222,8 +222,8 @@ To extend the problem collection beyond the current catalog, leverage an LLM ass
222
222
223
223
**Required LLM Context**: Include these rule files in your LLM context for automated problem generation and test enhancement:
224
224
225
-
-[`.cursor/commands/problem-creation.md`](https://github.com/wisarootl/leetcode-py/blob/main/.cursor/commands/problem-creation.md) - Complete problem generation workflow
226
-
-[`.cursor/commands/test-quality-assurance.md`](https://github.com/wisarootl/leetcode-py/blob/main/.cursor/commands/test-quality-assurance.md) - Test enhancement and reproducibility verification
225
+
-[`.cursor/commands/problem-creation.md`](https://github.com/wislertt/leetcode-py/blob/main/.cursor/commands/problem-creation.md) - Complete problem generation workflow
226
+
-[`.cursor/commands/test-quality-assurance.md`](https://github.com/wislertt/leetcode-py/blob/main/.cursor/commands/test-quality-assurance.md) - Test enhancement and reproducibility verification
227
227
228
228
**Manual Check**: Find problems needing more test cases:
229
229
@@ -261,7 +261,7 @@ poetry run python -m leetcode_py.tools.check_test_cases --threshold=10
261
261
262
262
### CLI Commands (Global)
263
263
264
-
📖 **[Complete CLI Usage Guide](https://github.com/wisarootl/leetcode-py/blob/main/docs/cli-usage.md)** - Detailed documentation with all options and examples.
264
+
📖 **[Complete CLI Usage Guide](https://github.com/wislertt/leetcode-py/blob/main/docs/cli-usage.md)** - Detailed documentation with all options and examples.
265
265
266
266
```bash
267
267
# Generate problems
@@ -318,8 +318,8 @@ Perfect for systematic coding interview preparation with professional developmen
**Note**: Some problem sets are partially covered. We're actively working to complete all collections. [Contributions welcome!](https://github.com/wisarootl/leetcode-py/blob/main/CONTRIBUTING.md)
194
+
**Note**: Some problem sets are partially covered. We're actively working to complete all collections. [Contributions welcome!](https://github.com/wislertt/leetcode-py/blob/main/CONTRIBUTING.md)
0 commit comments