The Ganges is a trans-boundary river of Asia which flows through India and Bangladesh. The 2,525-kilometre-long (1,569 mi) river rises in the western .


| Term        | Description                                    |

| ----------- | ---------------------------------------------- |

| `Front`     | Points to the **first** element                |


| `Rear`      | Points to the **last** i
nserted element        |

| `Enqueue()` | Adds element at the rear                       |

| `Dequeue()` | Removes element from the front                 |

| `isEmpty()` | Checks if queue is empty                       |

| `isFull()`  | Checks if queue is full (array implementation) |






tulips

Comments