Created
December 7, 2022 05:43
-
-
Save whoibrar/8ee70afa4883cbbbd01a09deb91ca79d to your computer and use it in GitHub Desktop.
LeetcodeGist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"user_name": "", | |
"num_solved": 0, | |
"num_total": 2263, | |
"ac_easy": 0, | |
"ac_medium": 0, | |
"ac_hard": 0, | |
"stat_status_pairs": [ | |
{ | |
"stat": { | |
"question_id": 2638, | |
"question__article__live": null, | |
"question__article__slug": null, | |
"question__article__has_video_solution": null, | |
"question__title": "Number of Subarrays Having Even Product", | |
"question__title_slug": "number-of-subarrays-having-even-product", | |
"question__hide": false, | |
"total_acs": 179, | |
"total_submitted": 241, | |
"frontend_question_id": 2495, | |
"is_new_question": true | |
}, | |
"status": null, | |
"difficulty": { | |
"level": 2 | |
}, | |
"paid_only": true, | |
"is_favor": false, | |
"frequency": 0, | |
"progress": 0 | |
}, | |
{ | |
"stat": { | |
"question_id": 2629, | |
"question__article__live": null, | |
"question__article__slug": null, | |
"question__article__has_video_solution": null, | |
"question__title": "Number of Substrings With Fixed Ratio", | |
"question__title_slug": "number-of-substrings-with-fixed-ratio", | |
"question__hide": false, | |
"total_acs": 297, | |
"total_submitted": 466, | |
"frontend_question_id": 2489, | |
"is_new_question": true | |
}, | |
"status": null, | |
"difficulty": { | |
"level": 2 | |
}, | |
"paid_only": true, | |
"is_favor": false, | |
"frequency": 0, | |
"progress": 0 | |
}, | |
{ | |
"stat": { | |
"question_id": 2623, | |
"question__article__live": null, | |
"question__article__slug": null, | |
"question__article__has_video_solution": null, | |
"question__title": "Maximum XOR of Two Non-Overlapping Subtrees", | |
"question__title_slug": "maximum-xor-of-two-non-overlapping-subtrees", | |
"question__hide": false, | |
"total_acs": 276, | |
"total_submitted": 563, | |
"frontend_question_id": 2479, | |
"is_new_question": false | |
}, | |
"status": null, | |
"difficulty": { | |
"level": 3 | |
}, | |
"paid_only": true, | |
"is_favor": false, | |
"frequency": 0, | |
"progress": 0 | |
}, | |
{ | |
"stat": { | |
"question_id": 2612, | |
"question__article__live": null, | |
"question__article__slug": null, | |
"question__article__has_video_solution": null, | |
"question__title": "Minimum Cost to Buy Apples", | |
"question__title_slug": "minimum-cost-to-buy-apples", | |
"question__hide": false, | |
"total_acs": 493, | |
"total_submitted": 739, | |
"frontend_question_id": 2473, | |
"is_new_question": false | |
}, | |
"status": null, | |
"difficulty": { | |
"level": 2 | |
}, | |
"paid_only": true, | |
"is_favor": false, | |
"frequency": 0, | |
"progress": 0 | |
}, | |
{ | |
"stat": { | |
"question_id": 2607, | |
"question__article__live": null, | |
"question__article__slug": null, | |
"question__article__has_video_solution": null, | |
"question__title": "Minimum Subarrays in a Valid Split", | |
"question__title_slug": "minimum-subarrays-in-a-valid-split", | |
"question__hide": false, | |
"total_acs": 497, | |
"total_submitted": 843, | |
"frontend_question_id": 2464, | |
"is_new_question": false | |
}, | |
"status": null, | |
"difficulty": { | |
"level": 2 | |
}, | |
"paid_only": true, | |
"is_favor": false, | |
"frequency": 0, | |
"progress": 0 | |
}, | |
{ | |
"stat": { | |
"question_id": 2606, | |
"question__article__live": null, | |
"question__article__slug": null, | |
"question__article__has_video_solution": null, | |
"question__title": "Difference Between Ones and Zeros in Row and Column", | |
"question__title_slug": "difference-between-ones-and-zeros-in-row-and-column", | |
"question__hide": false, | |
"total_acs": 11696, | |
"total_submitted": 14736, | |
"frontend_question_id": 2482, | |
"is_new_question": false | |
}, | |
"status": null, | |
"difficulty": { | |
"level": 2 | |
}, | |
"paid_only": false, | |
"is_favor": false, | |
"frequency": 0, | |
"progress": 0 | |
}, | |
], | |
"frequency_high": 0, | |
"frequency_mid": 0, | |
"category_slug": "algorithms" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment