Help me |
| Jobi K John posted at 07-May-08 01:17 |
I want to maintain a queue of 'names' at run time with max length 10. Suppose, 10 names are filled, then I want to remove the name from the 1st position and store the new name in the 10th position and so on... How can I do it using Stack or Queue? Have any sample code snippet?
|
|