Index | A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
quadratic efficiency: | a measure of algorithm efficiency in which the
run time is proportionate to the number of elements
squared;
O(n2) |
qualifier: | an attribute of an object that distinguishes among the set of objects at the "many" end of an association. |
query operation: | an operation that returns or computes a value without modifying any objects. |
queue: | a linear list in which data can only be inserted at the back and can only be deleted from the front |