tags: cs-374 algorithms

Runtime

Runtime describes how long an [algorithm] takes to run. The most common way of ranking different algorithms for the same problem is by how quickly they run.

Runtime is measured using Big-O notation.

TODO: take more notes

Sources