First of all, this idea only makes real sense, when using SINGLE ELEMENT QUEUES (SEQ)!
The idea is, that you dequeue an element of a SEQ and garantee, that the element is returned (enqueued) to the SEQ by using an In-Place structure (see picture).
This would make it impossible to "lose" the data, because of a programming error....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.