Saved Bookmarks
| 1. |
Write an algorithm to delete a data element from the front end of the queue. |
|
Answer» Step 1: if FRONT = -1 then |
|