Clevermind
.uk
Which of the following asymptotic notations represents the best-case time complexity of an algorithm that performs a constant number of operations regardless of the input size?
O(log n)
O(n)
O(1)
O(n^2)
Advanced Algorithms Übungen werden geladen ...