Skip to content

Commit 6445961

Browse files
committed
docs: update docs
1 parent 212f56f commit 6445961

File tree

4 files changed

+319
-329
lines changed

4 files changed

+319
-329
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ A Python package to generate professional LeetCode practice environments. Featur
4242

4343
- **grind-75** - Essential coding interview questions from [Grind 75](https://www.techinterviewhandbook.org/grind75/) ✅ Complete
4444
- **grind** - Extended Grind collection including all Grind 75 plus additional problems 🚧 Partial
45-
- **blind-75** - Original [Blind 75](https://leetcode.com/problem-list/xi4ci4ig/) curated list 🚧 Partial
45+
- **blind-75** - Original [Blind 75](https://leetcode.com/problem-list/xi4ci4ig/) curated list ✅ Complete
4646
- **neetcode-150** - Comprehensive [NeetCode 150](https://neetcode.io/practice) problem set 🚧 Partial
4747
- **algo-master-75** - Curated algorithmic mastery problems 🚧 Partial
4848

49-
**Coverage**: 120+ unique problems across all major coding interview topics and difficulty levels.
49+
**Coverage**: 130+ unique problems across all major coding interview topics and difficulty levels.
5050

5151
**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)
5252

docs/cli-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Available tags for bulk operations:
187187

188188
- `grind-75` - Essential 75 coding interview problems from [Grind 75](https://www.techinterviewhandbook.org/grind75/) ✅ Complete
189189
- `grind` - Extended Grind collection (100+ problems) including all Grind 75 plus additional problems 🚧 Partial
190-
- `blind-75` - Original [Blind 75](https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions) curated list 🚧 Partial
190+
- `blind-75` - Original [Blind 75](https://leetcode.com/discuss/general-discussion/460599/blind-75-leetcode-questions) curated list ✅ Complete
191191
- `neetcode-150` - Comprehensive [NeetCode 150](https://neetcode.io/practice) problem set (150+ problems) 🚧 Partial
192192
- `algo-master-75` - Curated algorithmic mastery problems (75 problems) 🚧 Partial
193193

leetcode_py/cli/resources/leetcode/json/tags.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,13 @@
211211
"decode_ways",
212212
"design_add_and_search_words_data_structure",
213213
"diameter_of_binary_tree",
214+
"encode_and_decode_strings",
214215
"evaluate_reverse_polish_notation",
215216
"find_median_from_data_stream",
216217
"find_minimum_in_rotated_sorted_array",
217218
"find_the_duplicate_number",
218219
"gas_station",
220+
"graph_valid_tree",
219221
"group_anagrams",
220222
"house_robber",
221223
"house_robber_ii",
@@ -240,6 +242,8 @@
240242
"maximum_product_subarray",
241243
"maximum_subarray",
242244
"median_of_two_sorted_arrays",
245+
"meeting_rooms",
246+
"meeting_rooms_ii",
243247
"merge_intervals",
244248
"merge_k_sorted_lists",
245249
"merge_two_sorted_lists",
@@ -248,6 +252,7 @@
248252
"missing_number",
249253
"non_overlapping_intervals",
250254
"number_of_1_bits",
255+
"number_of_connected_components_in_an_undirected_graph",
251256
"number_of_islands",
252257
"pacific_atlantic_water_flow",
253258
"palindromic_substrings",

0 commit comments

Comments
 (0)