Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
test
  • Loading branch information
thinkjin99 committed Jul 28, 2024
1 parent cdd1350 commit 432eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data Structure/queue/queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit 432eef7

Please sign in to comment.