CodeCookbook
All topics
Linked Lists
1 of 10 · 0/— correct
Shuffle
Reset
multiple choice
medium
What is the time complexity of finding the middle of a linked list using two pointers?
O(log n)
O(1)
O(n)
O(n²)
← Previous
Next