We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc12246 commit 8033e3fCopy full SHA for 8033e3f
1 file changed
DataStructureAndAlgorithm/BasicOfQueue.md
@@ -9,8 +9,9 @@
9
- Insert Operation done At one point and that one point is called as **Rear**
10
- Removal Of Element Done at Another End Called as **Front**
11
12
+
13
-### ou can Perform the Following Operation on Queue
14
+### you can Perform the Following Operation on Queue
15
16
#### 1. enqueue:
17
Adding data element to abstract data types.
@@ -72,7 +73,7 @@ Output:
72
73
```
74
75
-###2.Insertion and removal item from queue
76
+### 2.Insertion and removal item from queue
77
- Inserting element at end of queue
78
Syntax:
79
0 commit comments