1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 168,
"dislikes": 60,
"likes": 214,
"dislikes": 70,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "{\"headers\":{\"Point2D\":[\"x\",\"y\"]},\"rows\":{\"Point2D\":[[-1,-1],[0,0],[-1,-2]]}}",
@@ -28,19 +28,19 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"29.9K\", \"totalSubmission\": \"47.5K\", \"totalAcceptedRaw\": 29917, \"totalSubmissionRaw\": 47470, \"acRate\": \"63.0%\"}",
"stats": "{\"totalAccepted\": \"38.8K\", \"totalSubmission\": \"62.7K\", \"totalAcceptedRaw\": 38823, \"totalSubmissionRaw\": 62732, \"acRate\": \"61.9%\"}",
"hints": [],
"solution": {
"id": "178",
"canSeeDetail": true,
"paidOnly": false,
"canSeeDetail": false,
"paidOnly": true,
"hasVideoSolution": false,
"paidOnlyVideo": true,
"__typename": "ArticleNode"
},
"status": null,
"sampleTestCase": "{\"headers\":{\"Point2D\":[\"x\",\"y\"]},\"rows\":{\"Point2D\":[[-1,-1],[0,0],[-1,-2]]}}",
"metaData": "{\n \"mysql\": [\n \"Create Table If Not Exists Point2D (x int not null, y int not null)\"\n ],\n \"mssql\": [\n \"Create Table Point2D (x int not null, y int not null)\"\n ],\n \"oraclesql\": [\n \"Create Table Point2D (x int not null, y int not null)\"\n ],\n \"database\": true\n}",
"metaData": "{\"mysql\": [\"Create Table If Not Exists Point2D (x int not null, y int not null)\"], \"mssql\": [\"Create Table Point2D (x int not null, y int not null)\"], \"oraclesql\": [\"Create Table Point2D (x int not null, y int not null)\"], \"database\": true, \"name\": \"shortest_distance\", \"pythondata\": [\"Point2D = pd.DataFrame([], columns=['x', 'y']).astype({'x':'Int64', 'y':'Int64'})\"], \"postgresql\": [\"\\nCreate Table If Not Exists Point2D (x int not null, y int not null)\"], \"database_schema\": {\"Point2D\": {\"x\": \"INT\", \"y\": \"INT\"}}}",
"judgerAvailable": true,
"judgeType": "large",
"mysqlSchemas": [
@@ -53,7 +53,7 @@
"enableRunCode": true,
"enableTestMode": false,
"enableDebugger": false,
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"]}",
"envInfo": "{\"mysql\": [\"MySQL\", \"<p><code>MySQL 8.0</code>.</p>\"], \"mssql\": [\"MS SQL Server\", \"<p><code>mssql server 2019</code>.</p>\"], \"oraclesql\": [\"Oracle\", \"<p><code>Oracle Sql 11.2</code>.</p>\"], \"pythondata\": [\"Pandas\", \"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0</p>\"], \"postgresql\": [\"PostgreSQL\", \"<p>PostgreSQL 16</p>\"]}",
"libraryUrl": null,
"adminUrl": null,
"challengeQuestion": null,