โŒจ๏ธap computer science principles review

key term - Time Complexity

Citation:

Definition

Time complexity refers to the amount of time it takes for an algorithm to run, as the size of the input increases. It indicates how efficiently an algorithm solves a problem.