摘要: 题目一给定一个无序数组,请调整该数组,调整成奇数放在数组的左边,偶数放在数组的右边。但是奇数与奇数之间的相对顺序不变,偶数和偶数之间的相对顺序也不变。要求思考:如果额外空间复杂度必须为O(1),时间复杂度可以做到什么程度呢?01 stable sort归并排序内部缓存法实现bfprt题目二给定一棵二... 阅读全文
posted @ 2015-10-21 21:45 lyjsy 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 问题列表1: configure: error: F90 and F90FLAGS are replaced by FC and FCFLAGS respectively in this configure, please unset F90/F90FLAGS and set FC/FCFLAGS ... 阅读全文
posted @ 2015-10-21 21:40 lyjsy 阅读(886) 评论(0) 推荐(0) 编辑