Yudong Jin
f68bbb0d59
Update the book based on the revised second edition ( #1014 )
...
* Revised the book
* Update the book with the second revised edition
* Revise base on the manuscript of the first edition
2023-12-28 18:06:09 +08:00
keshida
d5bac12f60
fix: modify a function name in array_stack.js(ts) and array_queue.js(ts) ( #739 )
...
* Update array_stack.js
判空函数名称有歧义
* Update array_stack.js
* Update array_queue.js
* Update array_stack.ts
* Update array_queue.ts
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-09-13 03:00:39 +08:00
William Yuan
70784a1ec3
feat(chapter_backtracking): Add js and ts codes for chapter 13.3 ( #667 )
...
* feat(chapter_dynamic_programming): Add js and ts codes for chapter 14.1
* style(chapter_dynamic_programming): format code
* refactor(chapter_dynamic_programming): remove main definition and add type
* feat(chapter_backtracking): Add js and ts codes for chapter 13.3
* feat(chapter_divide_and_conquer): Add js and ts codes for chapter 12.2
* feat(chapter_divide_and_conquer): Add js and ts codes for chapter 12.3
* feat(chapter_divide_and_conquer): Add js and ts codes for chapter 12.4
* style(chapter_divide_and_conquer): fix typo
* refactor: Use === instead of == in js and ts
2023-08-03 14:44:49 +08:00
krahets
c4ea4e39f3
Fomrat the JS and TS codes with prettier.
2023-04-17 21:58:11 +08:00
Yudong Jin
8aebbaad21
refactor: Replace poll with pop in Queue and Deque ( #415 )
2023-03-13 21:58:21 +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
Justin Tse
62114ce79a
Fix bug before commit 5eae708
( #325 )
...
* Fix bug before commit 5eae708
* Update queue.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-04 21:26:14 +08:00
Yudong Jin
7d14c9440e
Unify the function naming of
...
queue from `offer()` to `push()`
2023-02-02 01:43:01 +08:00
Yudong Jin
5eae708035
Fix array queue.
2023-02-01 03:23:29 +08:00
Yudong Jin
f39636cb63
Update the structure of the chapter
...
of binary tree.
2022-12-21 17:19:39 +08:00
Yudong Jin
7283bbaf6f
Update the chapter of stack and queue.
2022-12-20 21:33:14 +08:00
Yudong Jin
edf100ec01
Fine tune.
2022-12-20 21:02:09 +08:00
S-N-O-R-L-A-X
e2aec30b05
fix: use private variables
2022-12-20 13:13:19 +08:00
S-N-O-R-L-A-X
14561fc95f
feat: add array_queue in js
2022-12-20 13:13:19 +08:00