标签: sorting data-structures linked-list
什么是就地排序?
我想对链表进行排序(排序必须就地),不允许使用任何新内存。
如何在不使用临时节点的情况下进行排序?
谢谢, 伊萨