mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 6,
|
||||
"dislikes": 1,
|
||||
"likes": 25,
|
||||
"dislikes": 3,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\":{\"employees\":[\"name\",\"salary\"]},\"rows\":{\"employees\":[[\"Jack\",19666],[\"Piper\",74754],[\"Mia\",62509],[\"Ulysses\",54866]]}}",
|
||||
"categoryTitle": "Algorithms",
|
||||
"categoryTitle": "pandas",
|
||||
"contributors": [],
|
||||
"topicTags": [],
|
||||
"companyTagStats": null,
|
||||
@@ -28,7 +28,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"292\", \"totalSubmission\": \"310\", \"totalAcceptedRaw\": 292, \"totalSubmissionRaw\": 310, \"acRate\": \"94.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11K\", \"totalSubmission\": \"12.3K\", \"totalAcceptedRaw\": 10969, \"totalSubmissionRaw\": 12254, \"acRate\": \"89.5%\"}",
|
||||
"hints": [
|
||||
"Considering multiplying each salary value by 2, using a simple assignment operation. The calculation of the value is done column-wise."
|
||||
],
|
||||
@@ -48,7 +48,7 @@
|
||||
"mysqlSchemas": [],
|
||||
"enableRunCode": true,
|
||||
"enableTestMode": false,
|
||||
"enableDebugger": true,
|
||||
"enableDebugger": false,
|
||||
"envInfo": "{\"pythondata\": [\"Pandas\", \"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0</p>\"]}",
|
||||
"libraryUrl": null,
|
||||
"adminUrl": null,
|
||||
|
Reference in New Issue
Block a user