|
Queue->Array implementation->Delete operation |
||
| When an element
leaves the queue the 'front' gets incremented by one. Every time before
deletion we'll check for the 'queue empty' condition. If the queue is
not empty, put a NULL value at the position pointed by 'front' and
increment the value of 'front' by 1.
Algorithm:- C implementation:- Related Operations: |
||
| Index || Doubts / Clarifications || Related Topics || Web Links | ||