You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/python/Data_Structures/python-queue.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Queue in Python
2
2
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.
4
4
5
5
Imagine a ticket line: the first person to join the line is the first person to be served and leave.
0 commit comments