CS158 Project: Deque By Galaxies
2019.3.24 Create the Project Deque
2019.3.25-2019.3.26 Create initial methods
(链表套数组)由于没有默认构造函数暂时放弃;
2019.3.26-2019.3.28 Create initial methods (use malloc)
(链表套链表)由于有dynamicType计数器,更改一些,进入 "final accept test"
2019.3.29 Create final accept test and final "deque.hpp"
Methods: 链表套链表;不开多余节点存end();块大小256;iterator加入isend表示是否end()。
2019.3.30 Trying to add more...
2019.4.27 Project End. Not going to add more... Pass Deque A,B,Honor