We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
老师,如果数据是 3, 66, 23, 20, 775, 21, 46, 13, 56, 2的话, 快速排序排完后的顺序是 3, 2, 20, 13, 21, 23, 46, 56, 775, 66 这是为什么?是因为775和其他的数据相差太大么?