Yudong Jin
|
e16f898a4e
|
Finetune all the figures. (#704)
|
1 year ago |
Yudong Jin
|
1c8b7ef559
|
refactor: Replace 结点 with 节点 (#452)
* Replace 结点 with 节点
Update the footnotes in the figures
* Update mindmap
* Reduce the size of the mindmap.png
|
2 years ago |
Yudong Jin
|
8aebbaad21
|
refactor: Replace poll with pop in Queue and Deque (#415)
|
2 years ago |
krahets
|
2b33f7bc5f
|
Add step symbols in animations and unify font size for all the figures
|
2 years ago |
方圆
|
f0d8d8b1b0
|
feat: add ArrayDeque (#348)
* 双向队列: java 代码
* 双向队列: markdown 内容
* Rewrite array_deque.java
Update array_queue.java, linkedlist_deque.java
* Add ArrayDeque figures and rewrite the contents
---------
Co-authored-by: krahets <krahets@163.com>
|
2 years ago |
Yudong Jin
|
7d14c9440e
|
Unify the function naming of
queue from `offer()` to `push()`
|
2 years ago |
Yudong Jin
|
29b096d90d
|
feat: Deque implemented using linked list (#307)
* deque: code
* deque: md
* deque: 修改代码注释
* deque: 修改md文档中代码示例
* deque: 优化注释
* deque: 优化md代码注释
* deque: 添加草图
* deque: rename file
* deque: 优化代码注释
* deque: 更改md中代码示例
* deque: 优化代码,链表的入队和出队依赖size来判断
* deque: 更新md中代码示例
* deque: 更改readme代码示例,并移除了没有使用的代码
* Update deque.md
* Update the figures and the content.
* Add code blocks.
---------
Co-authored-by: FangYuan <374072213@qq.com>
|
2 years ago |
Yudong Jin
|
122b0eca26
|
Update figures.
|
2 years ago |
krahets
|
33d79ea6da
|
Update docs for deployment on Vercel.
|
2 years ago |