Skip to content

Commit 6890dd9

Browse files
authored
Update readme.md for queues
1 parent 73c64c9 commit 6890dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-chapter-Queue/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A queue is an example of a first-in, first-out (FIFO) data structure. Queues are
1111

1212
![](https://cdn-images-1.medium.com/max/800/0*SFoM_gyGXk8MIfl4.png)
1313

14-
common operations you can perform on graphs:
14+
common operations you can perform on queues:
1515
- `enqueue`: adds a new element to the queue at the last position
1616
- `dequeue`: remove the first item from the queue
1717
- `front`: returns the first item pushed to queue

0 commit comments

Comments
 (0)