mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"18.4K\", \"totalSubmission\": \"25.5K\", \"totalAcceptedRaw\": 18379, \"totalSubmissionRaw\": 25467, \"acRate\": \"72.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.4K\", \"totalSubmission\": \"25.5K\", \"totalAcceptedRaw\": 18396, \"totalSubmissionRaw\": 25484, \"acRate\": \"72.2%\"}",
|
||||
"hints": [
|
||||
"Keep the frequency of all pairs (tableNumber, foodItem) using a hashmap.",
|
||||
"Sort rows by tableNumber and columns by foodItem, then process the resulted table."
|
||||
|
Reference in New Issue
Block a user