Which of the following is an incorrect asymptotic notation used for algorithm analysis?
ω(log n)
Ω(n)
O(n)
O(n^2)

Data Structures and Algorithms Exercises are loading ...