krahets
7aa44d212c
Remove all the table captions.
2 years ago
krahets
9e99ac06ce
Update the captions of all the figures.
2 years ago
krahets
b25aadae6f
Remove the file headers from the docs.
2 years ago
nuomi1
037769d94d
feat: add Swift codes for deque article ( #380 )
2 years ago
krahets
88b00151b0
Remove the heading numbers
...
in all the source docs.
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
krahets
12c085a088
Fix C++, JS, and TS blocks for the code building
2 years ago
krahets
6dc21691ed
Add build scripts for C# and
...
unify the coding style.
2 years ago
krahets
22b7d65d20
Replace ```js with ```javascript
2 years ago
krahets
ecbf2d1560
1. Add build script for Java.
...
2. Add height limitation for code blocks in extra.css.
3. Fix "节点" to "结点".
2 years ago
zhuoqinyue
c4b510038c
Add linkedlist_deque for typescript and javascript ( #326 )
...
* add linkedlist_deque for typescript and javascript
* update typescript and javascript examples for the deque.md
* keep the same name
* update the doc
* Update deque.md
---------
Co-authored-by: steak-zhuo <zhuoqinyue@gmail.com>
Co-authored-by: Yudong Jin <krahets@163.com>
2 years ago
Yudong Jin
7d14c9440e
Unify the function naming of
...
queue from `offer()` to `push()`
2 years ago
Yudong Jin
7ce7386bab
Add Zig code blocks.
2 years ago
Yudong Jin
eb0afc98ec
Number the H1 and H2 headings.
2 years ago
Yudong Jin
7f3752d306
Update README.md
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
nuomi1
007fbff65f
docs: add comments of the complexity to queue and deque
2 years ago
nuomi1
595aa93996
feat: add Swift codes for deque article
2 years ago
Yudong Jin
6b3c87399b
Add time complexity in stack, queue, deque. Update heap.
2 years ago
Yudong Jin
73e3452838
Add Swift language blocks to the docs.
2 years ago
Yudong Jin
694ea4f665
Modify `。** ` to `**。` for better visualization.
2 years ago
Yudong Jin
56b6bf10f8
Update deque.md
2 years ago
moonache
d8bf0b02d1
添加 C# 内置的双向队列示例
...
RT
2 years ago
Yudong Jin
f8cc9c09d8
Update stack in Go
2 years ago
Yudong Jin
ebf9024136
Add Go codes to docs, including
...
the chapter of stack and queue, the chapter of tree.
2 years ago
Yudong Jin
9bd5980a81
Organizing all the code blocks.
2 years ago
Yudong Jin
e20bc251f5
Add python code of chapter queue to docs.
2 years ago
Yudong Jin
acfdc713ba
update stack and queue.
2 years ago
Yudong Jin
8669e06414
Update stack and queue.
2 years ago
Yudong Jin
cce8201e2b
Add a comment file header.
2 years ago
krahets
faba5af781
Update README
2 years ago
krahets
33d79ea6da
Update docs for deployment on Vercel.
2 years ago