What is the time complexity of traversing a singly linked list containing 'n' elements?
O(1)
O(log n)
O(n^2)
O(n)

Information Technology and Computer Science Übungen werden geladen ...