Consider two algorithms with time complexities O(n^2) and O(n log n), respectively. Which algorithm is more susceptible to encountering memory issues when dealing with large input sizes?
O(n log n)
O(n^2)

Data Structures and Algorithms Übungen werden geladen ...