Can someone tell me the program for the first come first serve??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone tell me the program for the first come first serve???

operating system

23rd Feb 2017, 5:53 AM
prateek verma
prateek verma - avatar
3 Answers
0
a queue??? i have two examples of queues in java under my codes. check them out if that is what you are referring to. the ArrayList works best :/
23rd Feb 2017, 6:13 AM
Michael Szczepanski
Michael Szczepanski - avatar
0
actually I know only c++
28th Feb 2017, 12:41 AM
prateek verma
prateek verma - avatar
0
I have a cpp_timestamp code file it is a template linked list stack. so instead of fifo its lifo
28th Feb 2017, 4:36 AM
Michael Szczepanski
Michael Szczepanski - avatar