Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Galaxies99/CS158-Project-Deque
CS158 Project Deque
https://github.com/Galaxies99/CS158-Project-Deque
Last synced: 6 days ago
JSON representation
CS158 Project Deque
- Host: GitHub
- URL: https://github.com/Galaxies99/CS158-Project-Deque
- Owner: Galaxies99
- License: gpl-3.0
- Archived: true
- Created: 2019-03-23T23:04:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T15:31:24.000Z (over 5 years ago)
- Last Synced: 2024-08-01T19:42:56.979Z (3 months ago)
- Language: C++
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cs - @Galaxies99, 2019 Spring
README
# CS158-Project-Deque
CS158 Project: Deque By Galaxies2019.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