1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"19.1K\", \"totalSubmission\": \"34.2K\", \"totalAcceptedRaw\": 19063, \"totalSubmissionRaw\": 34172, \"acRate\": \"55.8%\"}",
"stats": "{\"totalAccepted\": \"19.1K\", \"totalSubmission\": \"34.3K\", \"totalAcceptedRaw\": 19118, \"totalSubmissionRaw\": 34271, \"acRate\": \"55.8%\"}",
"hints": [
"What method can you use to find the shortest time taken for a message from a data server to reach the master server? How can you use this value and the server's patience value to determine the time at which the server sends its last message?",
"What is the time when the last message sent from a server gets back to the server?",