|
|
| I want to know how I can add values to the queue using structures in this form |
What are the rules for adding values?Can there be duplicates?Are the values ordered?It's not clear if you're tring to implement a linked list or a tree of some sort?when are they linked to head or tail? |
|