answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many people would be in a queue at 1Km long?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

There is a long queue at the primark store Charlie is 4th from the front and 9th from the endhow many people are there in a queue?

12


There is a long queue at the primark store Charlie is 4th from the front and 9th from the end How many people are there in the queue?

12


How many pages does Jumping the Queue have?

Jumping the Queue has 203 pages.


How many pages does The Queue - novel - have?

The Queue - novel - has 280 pages.


How many syllables does the word queue have?

Queue is a one-syllable word.


How many syllables do queue have?

One


How many stacks needs to implement queue?

One.


How many distinguishable permutations of letters are in the word queue?

three


How many minimum no of queues Rae needed to implement priority queue?

Two possible solutions: 1. Separated queue for every possible priority value. 2. One shared queue for every elements, sorted by priority.


How many movies does the Netflix queue hold?

There is a limitation of five hundred movies allowed in your Netflix instant queue. Adding more than 50 to 75 movies to your instant queue is not recommended because it makes it hard to find movies that you are looking for.


A place where people wait in line?

People spend many hours of their life waiting in lines. Some of these places are, stores, restaurants, amusement parks, and waiting to use the bathroom.


What does it means in computer algorithm while empty Q Q1 where Q is queue and Q1 is element of queue?

That doesn't make much sense. I guess it should be while NOT empty Q. Note that in many programming languages, the "not" is expressed with the exclamation mark. Perhaps you overlooked it... or it disappeared from the question. In that case (not empty), the meaning would be something like: while there is something in the queue (i.e., while not empty queue), process the elements in the queue (do something with the element). The statement is incomplete; instead of just "q1" it should say something like "process q1" or "q1.process()".