Jump to content

queue

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
lmc059

lmc059

    Newbie

  • Members
  • PipPip
  • 16 posts
Does anyone have the code for a simple queue?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Be more specific.

#3
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
Are you thinking about the Java Utility Queue? In that case, check this link.

#4
lmc059

lmc059

    Newbie

  • Members
  • PipPip
  • 16 posts
a queue i.e an array that a number is added at the back and a number taken from the front

#5
lmc059

lmc059

    Newbie

  • Members
  • PipPip
  • 16 posts
yeah v0id that was it thank you very much :-D