摘要: 阅读全文
posted @ 2019-08-09 10:44 AKPower 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 题目链接 hdu-5775 P is a permutation of the integers from 1 to N(index starting from 1). Here is the code of Bubble Sort in C++. for(int i=1;i<=N;++i) for 阅读全文
posted @ 2019-08-09 10:39 AKPower 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 提交链接 Data structure is one of the basic skills for Computer Science students, which is a particular way of storing and organizing data in a computer s 阅读全文
posted @ 2019-08-09 10:05 AKPower 阅读(223) 评论(0) 推荐(0) 编辑