mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-07 07:35:35 +08:00
0406.根据身高重建队列.md: Fix typo
This commit is contained in:
@ -87,7 +87,7 @@
|
||||
回归本题,整个插入过程如下:
|
||||
|
||||
排序完的people:
|
||||
[[7,0], [7,1], [6,1], [5,0], [5,2],[4,4]]
|
||||
[[7,0], [7,1], [6,1], [5,0], [5,2], [4,4]]
|
||||
|
||||
插入的过程:
|
||||
* 插入[7,0]:[[7,0]]
|
||||
|
Reference in New Issue
Block a user