Skip to content

Commit 198b311

Browse files
Update docs/python/Data_Structures/python-queue.md
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent 77b28e7 commit 198b311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/Data_Structures/python-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Queue in Python
22

3-
A **Queue** is a linear data structure that follows a specific order for all operations. This order is based on the **First-In, Last-Out (FILO)** principle.
3+
A **Queue** is a linear data structure that follows a specific order for all operations. This order is based on the **First-In, First-Out (FIFO)** principle.
44

55
Imagine a ticket line: the first person to join the line is the first person to be served and leave.
66

0 commit comments

Comments
 (0)