What is meant by QUEUE?
Answers were Sorted based on User's Feedback
Answer / kranthi
A Queue is a data structer all the item are held in a row,and
collection of items in which
only the earliest added item may be accessed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / fahed usman rana
A Queue is such type of data structure in which all the items
are held in a row in such a way that you can replace an item
only from the head of queue and insert only from the tail of
queue. FIFO is used in this Data structure.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / tulsi das pramanik
A queues is similar
to a cheakout line on
the bus stand,
the 1st person on
line is serviced 1st
and the person can
enter the line only
at end.
For this reasion
queues is called a
FIFO(first in first
out).
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
What is the worst case of AVL tree?
What is the entry point function of a DLL?
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
what is jackson structured develepment?? and how is it different from OMT??
What does this useful command line do? tasklist /m "mscor*"
i am exeprienced person what is selection process
any drawback are there in mantis?
what is difference between scripts, smartforms and adobe forms
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two
How to print No.of.rows affected after updation using ADO.Net