2014年10月9日

hrbust-1545-基础数据结构——顺序表(2)

摘要: http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=1545基础数据结构——顺序表(2)Time Limit: 1000 MSMemory Limit: 10240 KTotal Submit: 412(1... 阅读全文

posted @ 2014-10-09 21:25 angle_qqs 阅读(337) 评论(0) 推荐(0)

顺序表

摘要: 1#include23usingnamespacestd;45#defineMaxSize2567typedefintDataType;89classSeqList{10DataTypelist[MaxSize];11intlength;12public:13SeqList(){length=0;... 阅读全文

posted @ 2014-10-09 20:49 angle_qqs 阅读(433) 评论(0) 推荐(0)

导航