Week 2 Discussion Forum

Algorithm Complexity

Algorithm Complexity

by Liza Meem 192-15-2903 -
Number of replies: 0

Algorithm complexity is commonly represented with the O(f) notation, also known as asymptotic notation or “Big O notation”, where f is the function of the size of the input data. The asymptotic computational complexity O(f) measures the order of the consumed resources (CPU time, memory, etc.) by certain algorithm expressed as function of the input data size. 

59 words