Basic Definition XX Flashcards

1
Q

queue

A

An ordered set of objects waiting for a service of some kind.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Queue

A

An ADT that performs the operations one might perform on a queue.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

FIFO

A

First In, First Out, a queueing policy in which the first member to arrive is the first to be removed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

constant time

A

An operation whose runtime does not depend on the size of the data structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

linear time

A

An operation whose runtime is a linear function of the size of the data structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly