Skip to content

Commit 8033e3f

Browse files
authored
Update BasicOfQueue.md
1 parent fc12246 commit 8033e3f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

DataStructureAndAlgorithm/BasicOfQueue.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
- Insert Operation done At one point and that one point is called as **Rear**
1010
- Removal Of Element Done at Another End Called as **Front**
1111

12+
![queue](https://github.com/chavarera/PythonScript/blob/master/DataStructureAndAlgorithm/queue.png)
1213

13-
### ou can Perform the Following Operation on Queue
14+
### you can Perform the Following Operation on Queue
1415

1516
#### 1. enqueue:
1617
Adding data element to abstract data types.
@@ -72,7 +73,7 @@ Output:
7273
```
7374

7475

75-
###2.Insertion and removal item from queue
76+
### 2.Insertion and removal item from queue
7677
- Inserting element at end of queue
7778
Syntax:
7879
```

0 commit comments

Comments
 (0)