We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036b680 commit 6412359Copy full SHA for 6412359
.github/workflows/action.yaml
@@ -39,6 +39,7 @@ jobs:
39
40
- name: Process Markdown files
41
run: |
42
+ obs3dian apply --usekey
43
obs3dian run . --overwrite --usekey
44
45
- name: Commit changes
Data Structure/queue/queue.md
@@ -2,7 +2,7 @@
2
3
---
4
#### 큐(queue) 란?
5
-
+
6
**==선형 구조==의 형태이며 데이터를 일시적으로 쌓아두기 위한 자료구조 중 하나로 ==선입선출(FIFO, First-In-First-Out)==의 특성을 의미**
7
8
메모리 안 데이터들을 더욱 효율적으로 다루기 위해 만들어진 데이터 참조 방식
0 commit comments