User: ellosma

  • Public profile

User profile: ellosma

User info
User name:ellosma
History
Joined:
Number of posts:3
Latest posts:

Remove 2 elements from a queue
[code] int l = Q1.length(); int t = 0; int min = 92; Item i; Item j; i = Q1.dequeue(); ...

Remove 2 elements from a queue
Unfortunately I can’t post all the code because it’s from a big exam theme from 4 years ago and ...

Remove 2 elements from a queue
I have a Lqueue queue from which I have to remove all elements (of type Item) with a height> 92 and ...

This user does not accept Private Messages