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
- ⚡ **[Powerful CLI](https://github.com/wisarootl/leetcode-py/blob/main/docs/cli-usage.md)**: Generate problems anywhere with `lcpy` command
35
35
36
-
## 🎯 What's Included
36
+
## <aid="whats-included"></a>🎯 What's Included
37
37
38
38
**Current**: All 75 problems from [Grind 75](https://www.techinterviewhandbook.org/grind75/) - the most essential coding interview questions curated by the creator of Blind 75.
39
39
40
40
**Future**: Planned expansion to all free Grind problems for comprehensive interview preparation. [Contributions welcome!](CONTRIBUTING.md)
41
41
42
-
## 🚀 Quick Start
42
+
## <aid="quick-start"></a>🚀 Quick Start
43
43
44
44
### System Requirements
45
45
@@ -75,7 +75,7 @@ _Bulk generation output showing "Generated problem:" messages for all 75 Grind p
75
75
76
76
_Generated folder structure showing all 75 problem directories after command execution_
77
77
78
-
## 📁 Problem Structure
78
+
## <aid="problem-structure"></a>📁 Problem Structure
79
79
80
80
Each problem follows a consistent, production-ready template:
81
81
@@ -105,7 +105,7 @@ _Comprehensive parametrized tests with 10+ test cases - executable and debuggabl
105
105
106
106
_Beautiful colorful test output with loguru integration for enhanced debugging and test result visualization_
107
107
108
-
## ✨ Key Features
108
+
## <aid="key-features"></a>✨ Key Features
109
109
110
110
### Production-Grade Development Environment
111
111
@@ -155,13 +155,13 @@ _Simple arrow-based list representation for console output and test debugging_
155
155
156
156
_Interactive multi-cell playground with rich data structure visualization for each problem_
157
157
158
-
## 🔄 Usage Patterns
158
+
## <aid="usage-patterns"></a>🔄 Usage Patterns
159
159
160
160
### CLI Usage (Global Installation)
161
161
162
162
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.
163
163
164
-
## 🛠️ Development Setup
164
+
## <aid="development-setup"></a>🛠️ Development Setup
165
165
166
166
For working within this repository to generate additional LeetCode problems using LLM assistance:
0 commit comments