Quizlearn
.app
For an algorithm that compares each pair of elements in an array of size 'n', what is its time complexity?
O(n^2)
O(n)
O(1)
O(n^3)
Information and Communication Technology Exercises are loading ...