mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"topicTags": [],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"733\", \"totalSubmission\": \"795\", \"totalAcceptedRaw\": 733, \"totalSubmissionRaw\": 795, \"acRate\": \"92.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"734\", \"totalSubmission\": \"796\", \"totalAcceptedRaw\": 734, \"totalSubmissionRaw\": 796, \"acRate\": \"92.2%\"}",
|
||||
"hints": [
|
||||
"Javascript has the concept of Proxy. That concept is critical to this problem.",
|
||||
"Override all \"get\" for the object. Return a function instead.",
|
||||
|
Reference in New Issue
Block a user