1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 302,
"dislikes": 2606,
"dislikes": 2612,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[\"joe\",\"joe\",\"joe\",\"james\",\"james\",\"james\",\"james\",\"mary\",\"mary\",\"mary\"]\n[1,2,3,4,5,6,7,8,9,10]\n[\"home\",\"about\",\"career\",\"home\",\"cart\",\"maps\",\"home\",\"home\",\"about\",\"career\"]\n[\"ua\",\"ua\",\"ua\",\"ub\",\"ub\",\"ub\"]\n[1,2,3,4,5,6]\n[\"a\",\"b\",\"a\",\"a\",\"b\",\"c\"]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"59K\", \"totalSubmission\": \"135.7K\", \"totalAcceptedRaw\": 58969, \"totalSubmissionRaw\": 135720, \"acRate\": \"43.4%\"}",
"stats": "{\"totalAccepted\": \"59.3K\", \"totalSubmission\": \"136.2K\", \"totalAcceptedRaw\": 59253, \"totalSubmissionRaw\": 136225, \"acRate\": \"43.5%\"}",
"hints": [
"Let's find for every user separately the websites he visited.",
"Consider all possible 3-sequences, find the number of distinct users who visited each of them.",