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
Includes problems from **Blind 75**, **Grind 75**, **NeetCode 150**, and **Top Interview Questions**. This is an ongoing project - contributions are welcome!
69
+
Includes problems from **Blind 75**, **Grind 75**, **NeetCode 150**, and **Top Interview Questions**.
70
70
71
71
## 🎨 Visualizations
72
72
@@ -101,9 +101,12 @@ _Interactive multi-cell playground for each problem_
101
101
102
102
```bash
103
103
# Work on a specific problem
104
-
make p-test PROBLEM=two_sum
105
-
# Edit leetcode/two_sum/solution.py
104
+
make p-test PROBLEM=lru_cache
105
+
# Edit leetcode/lru_cache/solution.py
106
106
# Run tests to verify
107
+
108
+
# Or use make p-test if default problem is set in Makefile
109
+
make p-test
107
110
```
108
111
109
112
**Add new problems**:
@@ -127,7 +130,7 @@ make gen-all-problems
127
130
make lint
128
131
```
129
132
130
-
## 🧰 Helper Classes
133
+
## 🧰 Helper Classes (ongoing)
131
134
132
135
-**TreeNode**: `from leetcode_py import TreeNode`
133
136
- Beautiful tree visualization with anytree rendering
@@ -139,6 +142,4 @@ make lint
139
142
- Perfect for debugging linked list problems
140
143
- New helpers: Add to `leetcode_py/`
141
144
142
-
This is an ongoing project - contributions are welcome!
143
-
144
145
Perfect for interview preparation with professional-grade tooling and beautiful visualizations.
0 commit comments