Skip to content

Commit 7e36304

Browse files
authored
Update 406._Queue_Reconstruction_by_Height.md
1 parent 8da8cb4 commit 7e36304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Leetcode_Solutions/Python/406._Queue_Reconstruction_by_Height.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Sorting the people from the first-tallest to the last-smallest, and inserting th
5050

5151
不算返回结果res的话,空间复杂度为O(1)
5252

53+
beats 99.12%
54+
5355
```python
5456
class Solution(object):
5557
def reconstructQueue(self, people):

0 commit comments

Comments
 (0)