-
Notifications
You must be signed in to change notification settings - Fork 554
Open
Description
Interview-code-practice-python/机试题/排序.py
Line 50 in 86933f8
| # return x |
while循环结束后,找到的j是x[i]值的插入点,所以应该将i值赋值给j,x[j]=x[i]
Metadata
Metadata
Assignees
Labels
No labels