What is the time complexity of inserting an element at the beginning of a LinkedList?
O(1)
O(n)
O(log n)
O(n²)
This question is part of this quiz :