摘要:
链表(linked list)——顺序表的一种 逻辑上是连续的但物理上再内存中并不是连续的 在堆中动态分配空间 c --malloc申请空间,free回收 c++--new申请空间,dalete回收(new不仅分配内存还创建了对象) 阅读全文
摘要:
1067 Sort with Swap(0, i) (25 分) 1067 Sort with Swap(0, i) (25 分) 1067 Sort with Swap(0, i) (25 分) Given any permutation of the numbers {0, 1, 2,..., 阅读全文