Skip to content

Commit 0bac8d8

Browse files
committed
Test
1 parent 46ce6dd commit 0bac8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data Structure/queue/queue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44
#### 큐(queue) 란?
5-
5+
66
**==선형 구조==의 형태이며 데이터를 일시적으로 쌓아두기 위한 자료구조 중 하나로 ==선입선출(FIFO, First-In-First-Out)==의 특성을 의미**
77

88
메모리 안 데이터들을 더욱 효율적으로 다루기 위해 만들어진 데이터 참조 방식

0 commit comments

Comments
 (0)