File tree Expand file tree Collapse file tree 4 files changed +319
-329
lines changed
leetcode_py/cli/resources/leetcode/json Expand file tree Collapse file tree 4 files changed +319
-329
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments