operating system - Ways to select a process from a ready queue -


i came across multiple-choice question in interview answered answer option a: n!. but, i'am still not sure answer.
question was:

in ready queue containing n process, new process can selected in how many ways?

a. n!
b. n*n
c. log n
d. n

cfs, has complexity of o(log n), since uses rb tree internally.

http://en.wikipedia.org/wiki/completely_fair_scheduler


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -