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:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"12.8K\", \"totalSubmission\": \"24.9K\", \"totalAcceptedRaw\": 12829, \"totalSubmissionRaw\": 24906, \"acRate\": \"51.5%\"}",
"stats": "{\"totalAccepted\": \"12.8K\", \"totalSubmission\": \"24.9K\", \"totalAcceptedRaw\": 12833, \"totalSubmissionRaw\": 24914, \"acRate\": \"51.5%\"}",
"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?",