A functions whose cost scales linearly with the size of the inputIterating over a
... [Show More]
collection of data once often indicates an ______ algorithm. (alphabet for-loop example)
A functions whose cost scales logarithmically with the input size
Which type of function works by breaking down large problem into smaller and smaller chunks?
As the size of the input grows the cost of the algorithm
[Show Less]