摘要: 习题1.9 有序数组的插入 (20分) 本题要求将任一给定元素插入从大到小排好序的数组中合适的位置,以保持结果依然有序。 函数接口定义: bool Insert( List L, ElementType X ); 其中List结构定义如下: typedef int Position; typedef 阅读全文
posted @ 2020-02-04 22:22 清明道人 阅读(1511) 评论(0) 推荐(0) 编辑