Search:

Type: Posts; User: GregBrannon

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    867

    [SOLVED] Re: [HELP] MONSTER DUPLICATE ATTACK

    Stack is last in, first out (LIFO). New items are pushed onto the top of the stack and items removed from the stack are popped off the top.

    Queue is first in, first out (FIFO). New items are...
  2. Replies
    8
    Views
    867

    [SOLVED] Re: [HELP] MONSTER DUPLICATE ATTACK

    How are your studies going? Have you been working this problem? I've coded my own solution, because it is an interesting simulation and use of queues. If you'd like to discuss my approach, let me...
  3. Replies
    8
    Views
    867

    [SOLVED] Re: [HELP] MONSTER DUPLICATE ATTACK

    Okay. Keep us posted, and good luck.
  4. Replies
    8
    Views
    867

    [SOLVED] Re: [HELP] MONSTER DUPLICATE ATTACK

    Not sure why you started a new topic, but I'll leave it for now.

    Code without comments is very difficult to read and understand, doubly difficult when variable names are either nonsensical or in a...
Results 1 to 4 of 4