14 Commits

Author SHA1 Message Date
c310edb672 Polish the chapter of array and linkedlist 2023-08-17 05:13:19 +08:00
a54ec55516 fix: break reference cycling (#666) 2023-07-31 03:32:19 +08:00
1c8b7ef559 refactor: Replace 结点 with 节点 (#452)
* Replace 结点 with 节点
Update the footnotes in the figures

* Update mindmap

* Reduce the size of the mindmap.png
2023-04-09 04:32:17 +08:00
8aebbaad21 refactor: Replace poll with pop in Queue and Deque (#415) 2023-03-13 21:58:21 +08:00
037769d94d feat: add Swift codes for deque article (#380) 2023-02-23 23:03:33 +08:00
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>
2023-02-16 02:17:15 +08:00
7d14c9440e Unify the function naming of
queue from `offer()` to `push()`
2023-02-02 01:43:01 +08:00
a0ee691475 fix: resolve build error for commit 5eae708 (#318) 2023-02-02 00:23:48 +08:00
5eae708035 Fix array queue. 2023-02-01 03:23:29 +08:00
007fbff65f docs: add comments of the complexity to queue and deque 2023-01-14 10:17:22 +08:00
595aa93996 feat: add Swift codes for deque article 2023-01-14 01:06:00 +08:00
ac7d26c131 refactor: use internal method and remove toArray() method 2023-01-11 23:54:04 +08:00
99f1494939 feat: add Swift codes for queue article 2023-01-11 23:48:10 +08:00
47f017177b feat: add Swift codes for stack article 2023-01-10 08:05:07 +08:00